Module Name:    src
Committed By:   christos
Date:           Thu Sep 22 15:57:05 UTC 2016

Modified Files:
        src/sys/fs/nfs: files.newnfs

Log Message:
add missing attribute


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/nfs/files.newnfs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/fs/nfs/files.newnfs
diff -u src/sys/fs/nfs/files.newnfs:1.2 src/sys/fs/nfs/files.newnfs:1.3
--- src/sys/fs/nfs/files.newnfs:1.2	Sat Oct 11 02:42:18 2014
+++ src/sys/fs/nfs/files.newnfs	Thu Sep 22 11:57:05 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: files.newnfs,v 1.2 2014/10/11 06:42:18 uebayasi Exp $
+#	$NetBSD: files.newnfs,v 1.3 2016/09/22 15:57:05 christos Exp $
 
 deffs NEW_NFSCLIENT
 defflag opt_newnfs.h			NEW_NFS_BOOT_BOOTP
@@ -7,7 +7,7 @@ defflag opt_newnfs.h			NEW_NFS_BOOT_BOOT
 					NEW_NFS_BOOT
 
 # XXX
-define	new_nfsclient: vfs
+define	new_nfsclient: vfs, net
 file	fs/nfs/client/nfs_clbio.c	 new_nfsclient
 file	fs/nfs/client/nfs_clcomsubs.c	 new_nfsclient
 file	fs/nfs/client/nfs_clkrpc.c	 new_nfsclient

Reply via email to