diff options
-rw-r--r-- | sys/nfs/nfs_boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c index 7d29093e4d7..6cb57e61c95 100644 --- a/sys/nfs/nfs_boot.c +++ b/sys/nfs/nfs_boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_boot.c,v 1.47 2021/01/19 19:35:59 mvs Exp $ */ +/* $OpenBSD: nfs_boot.c,v 1.48 2022/03/05 09:50:49 jsg Exp $ */ /* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */ /* @@ -57,7 +57,7 @@ #include "ether.h" -#if !defined(NFSCLIENT) || (NETHER == 0 && NFDDI == 0) +#if !defined(NFSCLIENT) || (NETHER == 0) int nfs_boot_init(struct nfs_diskless *nd, struct proc *procp) |