-/* $OpenBSD: nfs_boot.c,v 1.8 1997/01/20 09:13:22 graichen Exp $ */
+/* $OpenBSD: nfs_boot.c,v 1.9 1997/01/20 09:42:18 graichen Exp $ */
/* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */
/*
#include <nfs/xdr_subs.h>
#include <nfs/nfs_var.h>
-#if !defined(NFSCLIENT) || NETHER == 0
+#if !defined(NFSCLIENT) || (NETHER == 0)
int nfs_boot_init(nd, procp)
struct nfs_diskless *nd;
/* can not get here */
}
-#else /* (if !defined(NFSCLIENT) || NETHER == 0) */
+#else /* (if !defined(NFSCLIENT) || (NETHER == 0)) */
/*
* Support for NFS diskless booting, specifically getting information