summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-10-23 16:20:12 +0000
committermarkm <markm@FreeBSD.org>2002-10-23 16:20:12 +0000
commit41327a552dee9fb3f981a97c340441385af5c9eb (patch)
tree299bf381f2ecb3f1f0c9ec06fc2aba71fec04d3e /usr.bin/systat
parent5fb412a107d03e48edf582242769f2295587e78b (diff)
downloadFreeBSD-src-41327a552dee9fb3f981a97c340441385af5c9eb.zip
FreeBSD-src-41327a552dee9fb3f981a97c340441385af5c9eb.tar.gz
Remove unneeded function prototypes.
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/swap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c
index 0af0988..eca6726 100644
--- a/usr.bin/systat/swap.c
+++ b/usr.bin/systat/swap.c
@@ -58,9 +58,6 @@ static const char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95";
#include "systat.h"
#include "extern.h"
-extern char *getbsize(int *headerlenp, long *blocksizep);
-void showspace(char *header, int hlen, long blocksize);
-
kvm_t *kd;
static long blocksize;
OpenPOWER on IntegriCloud