Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2015 11:41:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292686 - head/usr.bin/nfsstat
Message-ID:  <201512241141.tBOBfLvJ031263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512241141.tBOBfLvJ031263>