diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/alpha/autoconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/autoconf.c b/sys/alpha/alpha/autoconf.c index bf5d3b9..679fd4f 100644 --- a/sys/alpha/alpha/autoconf.c +++ b/sys/alpha/alpha/autoconf.c @@ -204,7 +204,7 @@ configure(void *dummy) void cpu_rootconf() { -#if defined(NFS) && defined(NFS_ROOT) +#if defined(NFSCLIENT) && defined(NFS_ROOT) int order = 0; #if !defined(BOOTP_NFSROOT) if (nfs_diskless_valid) |