Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin Define __POOL_EXPOSE to get at the guts of the pool ...



details:   https://anonhg.NetBSD.org/src/rev/6199679dec59
branches:  trunk
changeset: 467964:6199679dec59
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Mar 31 23:25:46 1999 +0000

description:
Define __POOL_EXPOSE to get at the guts of the pool descriptor.

diffstat:

 usr.bin/netstat/mbuf.c  |  6 ++++--
 usr.bin/vmstat/vmstat.c |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r e65f6a07a697 -r 6199679dec59 usr.bin/netstat/mbuf.c
--- a/usr.bin/netstat/mbuf.c    Wed Mar 31 23:23:47 1999 +0000
+++ b/usr.bin/netstat/mbuf.c    Wed Mar 31 23:25:46 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mbuf.c,v 1.13 1999/02/27 17:37:25 sommerfe Exp $       */
+/*     $NetBSD: mbuf.c,v 1.14 1999/03/31 23:25:46 thorpej Exp $        */
 
 /*
  * Copyright (c) 1983, 1988, 1993
@@ -38,10 +38,12 @@
 #if 0
 static char sccsid[] = "from: @(#)mbuf.c       8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: mbuf.c,v 1.13 1999/02/27 17:37:25 sommerfe Exp $");
+__RCSID("$NetBSD: mbuf.c,v 1.14 1999/03/31 23:25:46 thorpej Exp $");
 #endif
 #endif /* not lint */
 
+#define        __POOL_EXPOSE
+
 #include <sys/param.h>
 #include <sys/protosw.h>
 #include <sys/socket.h>
diff -r e65f6a07a697 -r 6199679dec59 usr.bin/vmstat/vmstat.c
--- a/usr.bin/vmstat/vmstat.c   Wed Mar 31 23:23:47 1999 +0000
+++ b/usr.bin/vmstat/vmstat.c   Wed Mar 31 23:25:46 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmstat.c,v 1.56 1999/03/24 05:51:32 mrg Exp $  */
+/*     $NetBSD: vmstat.c,v 1.57 1999/03/31 23:26:08 thorpej Exp $      */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -80,10 +80,12 @@
 #if 0
 static char sccsid[] = "@(#)vmstat.c   8.2 (Berkeley) 3/1/95";
 #else
-__RCSID("$NetBSD: vmstat.c,v 1.56 1999/03/24 05:51:32 mrg Exp $");
+__RCSID("$NetBSD: vmstat.c,v 1.57 1999/03/31 23:26:08 thorpej Exp $");
 #endif
 #endif /* not lint */
 
+#define        __POOL_EXPOSE
+
 #include <sys/param.h>
 #include <sys/time.h>
 #include <sys/proc.h>



Home | Main Index | Thread Index | Old Index