diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-03-15 19:11:02 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-03-15 19:11:02 +0000 |
commit | 3ef6e94aed798c336d9db3cabe5ef5aba6c1f0dc (patch) | |
tree | 1b4858951783e9c771466f86fe094cd66e449703 /usr.bin/vmstat/vmstat.c | |
parent | 4b910401981cf78dae2615ce0ad234ec3e6ad255 (diff) |
No more need to define __POOL_EXPOSE
Diffstat (limited to 'usr.bin/vmstat/vmstat.c')
-rw-r--r-- | usr.bin/vmstat/vmstat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index bb1a2600ebb..90a9d67c26b 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -1,5 +1,5 @@ /* $NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $ */ -/* $OpenBSD: vmstat.c,v 1.67 2002/03/12 00:59:48 ho Exp $ */ +/* $OpenBSD: vmstat.c,v 1.68 2002/03/15 19:11:01 art Exp $ */ /* * Copyright (c) 1980, 1986, 1991, 1993 @@ -48,8 +48,6 @@ static char rcsid[] = "$NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp #endif #endif /* not lint */ -#define __POOL_EXPOSE - #include <sys/param.h> #include <sys/time.h> #include <sys/proc.h> |