=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/pigs.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/systat/pigs.c 2006/02/01 19:05:25 1.17 --- src/usr.bin/systat/pigs.c 2006/03/31 04:10:59 1.18 *************** *** 1,4 **** ! /* $OpenBSD: pigs.c,v 1.17 2006/02/01 19:05:25 otto Exp $ */ /* $NetBSD: pigs.c,v 1.3 1995/04/29 05:54:50 cgd Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: pigs.c,v 1.18 2006/03/31 04:10:59 deraadt Exp $ */ /* $NetBSD: pigs.c,v 1.3 1995/04/29 05:54:50 cgd Exp $ */ /*- *************** *** 34,40 **** #if 0 static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93"; #endif ! static char rcsid[] = "$OpenBSD: pigs.c,v 1.17 2006/02/01 19:05:25 otto Exp $"; #endif /* not lint */ /* --- 34,40 ---- #if 0 static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93"; #endif ! static char rcsid[] = "$OpenBSD: pigs.c,v 1.18 2006/03/31 04:10:59 deraadt Exp $"; #endif /* not lint */ /* *************** *** 229,234 **** int compar(const void *a, const void *b) { ! return (((struct p_times *) a)->pt_pctcpu > ! ((struct p_times *) b)->pt_pctcpu)? -1: 1; } --- 229,234 ---- int compar(const void *a, const void *b) { ! return (((struct p_times *)a)->pt_pctcpu > ! ((struct p_times *)b)->pt_pctcpu) ? -1 : 1; }