svn commit: r292686 - head/usr.bin/nfsstat

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 24 11:41:23 UTC 2015


Author: bapt
Date: Thu Dec 24 11:41:21 2015
New Revision: 292686
URL: https://svnweb.freebsd.org/changeset/base/292686

Log:
  Since removal of oldnfs support linking to kvm is not needed anymore

Modified:
  head/usr.bin/nfsstat/Makefile
  head/usr.bin/nfsstat/nfsstat.c

Modified: head/usr.bin/nfsstat/Makefile
==============================================================================
--- head/usr.bin/nfsstat/Makefile	Thu Dec 24 11:35:42 2015	(r292685)
+++ head/usr.bin/nfsstat/Makefile	Thu Dec 24 11:41:21 2015	(r292686)
@@ -4,6 +4,4 @@
 PROG=	nfsstat
 CFLAGS+=-DNFS
 
-LIBADD=	kvm
-
 .include <bsd.prog.mk>

Modified: head/usr.bin/nfsstat/nfsstat.c
==============================================================================
--- head/usr.bin/nfsstat/nfsstat.c	Thu Dec 24 11:35:42 2015	(r292685)
+++ head/usr.bin/nfsstat/nfsstat.c	Thu Dec 24 11:41:21 2015	(r292686)
@@ -60,7 +60,6 @@ static const char rcsid[] =
 #include <fcntl.h>
 #include <ctype.h>
 #include <errno.h>
-#include <kvm.h>
 #include <limits.h>
 #include <nlist.h>
 #include <unistd.h>


More information about the svn-src-head mailing list