Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/nfs add missing attribute



details:   https://anonhg.NetBSD.org/src/rev/2d062e895c68
branches:  trunk
changeset: 347916:2d062e895c68
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 22 15:57:05 2016 +0000

description:
add missing attribute

diffstat:

 sys/fs/nfs/files.newnfs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7ac72cc25795 -r 2d062e895c68 sys/fs/nfs/files.newnfs
--- a/sys/fs/nfs/files.newnfs   Thu Sep 22 13:13:09 2016 +0000
+++ b/sys/fs/nfs/files.newnfs   Thu Sep 22 15:57:05 2016 +0000
@@ -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 @@
                                        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



Home | Main Index | Thread Index | Old Index