svn commit: r346087 - head/sys/modules/nfscommon

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Sep 3 14:06:42 UTC 2019


Author: lwhsu
Date: Wed Apr 10 16:48:45 2019
New Revision: 346087
URL: https://svnweb.freebsd.org/changeset/base/346087

Log:
  Fix build in sys/modules/nfscommon
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/modules/nfscommon/Makefile

Modified: head/sys/modules/nfscommon/Makefile
==============================================================================
--- head/sys/modules/nfscommon/Makefile	Wed Apr 10 16:09:06 2019	(r346086)
+++ head/sys/modules/nfscommon/Makefile	Wed Apr 10 16:48:45 2019	(r346087)
@@ -7,6 +7,7 @@ SRCS=	vnode_if.h \
 	nfs_commonkrpc.c \
 	nfs_commonport.c \
 	nfs_commonsubs.c \
+	opt_inet.h \
 	opt_inet6.h \
 	opt_kgssapi.h \
 	opt_nfs.h \




More information about the svn-src-head mailing list