View | Details | Raw Unified | Return to bug 3226
Collapse All | Expand All

(-)procps-2.0.10.orig/vmstat.c (+1 lines)
Lines 94-99 Link Here
94
			case 'n':
94
			case 'n':
95
				/* print only one header */
95
				/* print only one header */
96
				moreheaders = FALSE;
96
				moreheaders = FALSE;
97
				break;
97
			case 'a':
98
			case 'a':
98
				/* Print active/inactive instead of buff/cache */
99
				/* Print active/inactive instead of buff/cache */
99
				actinact = TRUE;
100
				actinact = TRUE;

Return to bug 3226