diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-03-05 09:50:50 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-03-05 09:50:50 +0000 |
commit | 86422cd5a4d973e267638885686c221861f9b190 (patch) | |
tree | 4462ffd3b98a1b8804a265e175c9241d5e7002c1 | |
parent | 63bc8f113285de02e2547bdc9efa9dc938093e9e (diff) |
remove fddi leftover
no binary change
-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) |