Author: kevans Date: Sun Mar 29 02:30:23 2020 New Revision: 359416 URL: https://svnweb.freebsd.org/changeset/base/359416
Log: 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 Modified: head/usr.bin/systat/swap.c Modified: head/usr.bin/systat/swap.c ============================================================================== --- head/usr.bin/systat/swap.c Sun Mar 29 02:29:06 2020 (r359415) +++ head/usr.bin/systat/swap.c Sun Mar 29 02:30:23 2020 (r359416) @@ -58,8 +58,6 @@ static const char sccsid[] = "@(#)swap.c 8.3 (Berkeley #include "extern.h" #include "devs.h" -kvm_t *kd; - static char *header; static long blocksize; static int dlen, odlen; _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"