=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/systat.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/systat/systat.h 2001/11/23 22:20:06 1.4 +++ src/usr.bin/systat/systat.h 2001/12/07 07:57:36 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: systat.h,v 1.4 2001/11/23 22:20:06 deraadt Exp $ */ +/* $OpenBSD: systat.h,v 1.5 2001/12/07 07:57:36 pvalchev Exp $ */ /* $NetBSD: systat.h,v 1.2 1995/01/20 08:52:14 jtc Exp $ */ /*- @@ -60,3 +60,4 @@ #define NVAL(indx) namelist[(indx)].n_value #define NPTR(indx) (void *)NVAL((indx)) #define NREAD(indx, buf, len) kvm_ckread(NPTR((indx)), (buf), (len)) +#define LONG (sizeof (long))