Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 14:07:21 -0000
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r346087 - head/sys/modules/nfscommon
Message-ID:  <201904101648.x3AGmkkI030219@repo.freebsd.org>

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





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