=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/mbuf.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/netstat/mbuf.c 2002/01/17 21:34:58 1.11 --- src/usr.bin/netstat/mbuf.c 2002/02/23 01:12:54 1.12 *************** *** 1,4 **** ! /* $OpenBSD: mbuf.c,v 1.11 2002/01/17 21:34:58 mickey Exp $ */ /* $NetBSD: mbuf.c,v 1.9 1996/05/07 02:55:03 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: mbuf.c,v 1.12 2002/02/23 01:12:54 art Exp $ */ /* $NetBSD: mbuf.c,v 1.9 1996/05/07 02:55:03 thorpej Exp $ */ /* *************** *** 38,48 **** #if 0 static char sccsid[] = "from: @(#)mbuf.c 8.1 (Berkeley) 6/6/93"; #else ! static char *rcsid = "$OpenBSD: mbuf.c,v 1.11 2002/01/17 21:34:58 mickey Exp $"; #endif #endif /* not lint */ - - #define __POOL_EXPOSE #include #include --- 38,46 ---- #if 0 static char sccsid[] = "from: @(#)mbuf.c 8.1 (Berkeley) 6/6/93"; #else ! static char *rcsid = "$OpenBSD: mbuf.c,v 1.12 2002/02/23 01:12:54 art Exp $"; #endif #endif /* not lint */ #include #include