aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-03-29 02:30:23 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-03-29 02:30:23 +0000
commit9a9f88cc11366252b33fc9f42a7c5756f221fbb5 (patch)
tree08a4c4e79312ba771724101a0234bd595d8b44d4 /usr.bin
parentb3a1768824ec4308440e1a0c20b6b81664e5b366 (diff)
downloadsrc-9a9f88cc11366252b33fc9f42a7c5756f221fbb5.tar.gz
src-9a9f88cc11366252b33fc9f42a7c5756f221fbb5.zip
systat: remove redundant definition of kd
kd is already properly declared in extern.h and defined in main.c, rendering this definition useless. This fixes the -fno-common build. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=359416
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/systat/swap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c
index d50f81f7dd3f..fc44db7d7d42 100644
--- a/usr.bin/systat/swap.c
+++ b/usr.bin/systat/swap.c
@@ -58,8 +58,6 @@ static const char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95";
#include "extern.h"
#include "devs.h"
-kvm_t *kd;
-
static char *header;
static long blocksize;
static int dlen, odlen;