=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/mbufs.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/systat/mbufs.c 2003/06/03 02:56:17 1.13 --- src/usr.bin/systat/mbufs.c 2004/07/03 22:25:15 1.14 *************** *** 1,4 **** ! /* $OpenBSD: mbufs.c,v 1.13 2003/06/03 02:56:17 millert Exp $ */ /* $NetBSD: mbufs.c,v 1.2 1995/01/20 08:52:02 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: mbufs.c,v 1.14 2004/07/03 22:25:15 deraadt Exp $ */ /* $NetBSD: mbufs.c,v 1.2 1995/01/20 08:52:02 jtc Exp $ */ /*- *************** *** 34,40 **** #if 0 static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: mbufs.c,v 1.13 2003/06/03 02:56:17 millert Exp $"; #endif /* not lint */ #include --- 34,40 ---- #if 0 static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: mbufs.c,v 1.14 2004/07/03 22:25:15 deraadt Exp $"; #endif /* not lint */ #include *************** *** 134,141 **** } static struct nlist namelist[] = { ! #define X_MBSTAT 0 ! { "_mbstat" }, /* sysctl */ { "" } }; --- 134,141 ---- } static struct nlist namelist[] = { ! #define X_MBSTAT 0 /* sysctl */ ! { "_mbstat" }, { "" } };