diff -ur procps-2.0.10.orig/vmstat.c procps-2.0.10/vmstat.c --- procps-2.0.10.orig/vmstat.c 2002-10-08 17:28:10 +0400 +++ procps-2.0.10/vmstat.c 2003-11-03 02:03:34 +0300 @@ -94,6 +94,7 @@ case 'n': /* print only one header */ moreheaders = FALSE; + break; case 'a': /* Print active/inactive instead of buff/cache */ actinact = TRUE;