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
This commit is contained in:
parent
fe28be3265
commit
ec5ade7e04
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user