From 86422cd5a4d973e267638885686c221861f9b190 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 5 Mar 2022 09:50:50 +0000 Subject: remove fddi leftover no binary change --- sys/nfs/nfs_boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/nfs') 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) -- cgit v1.2.3