Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/systat/pigs.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/systat/pigs.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- src/usr.bin/systat/pigs.c 2005/02/26 22:12:33 1.28 +++ src/usr.bin/systat/pigs.c 2005/12/24 21:14:50 1.29 @@ -1,4 +1,4 @@ -/* $NetBSD: pigs.c,v 1.28 2005/02/26 22:12:33 dsl Exp $ */ +/* $NetBSD: pigs.c,v 1.29 2005/12/24 21:14:50 matt Exp $ */ /*- * Copyright (c) 1980, 1992, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93"; #endif -__RCSID("$NetBSD: pigs.c,v 1.28 2005/02/26 22:12:33 dsl Exp $"); +__RCSID("$NetBSD: pigs.c,v 1.29 2005/12/24 21:14:50 matt Exp $"); #endif /* not lint */ /* @@ -51,8 +51,8 @@ __RCSID("$NetBSD: pigs.c,v 1.28 2005/02/ #include #include -#include "extern.h" #include "systat.h" +#include "extern.h" #include "ps.h" int compare_pctcpu(const void *, const void *);