diff options
author | gallatin <gallatin@FreeBSD.org> | 2001-03-28 19:02:08 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 2001-03-28 19:02:08 +0000 |
commit | a4de9511b56865c6060acf4f64008b5bad1032dc (patch) | |
tree | ee73609cda13d49f47d311ee21d572af2692c94f /sys | |
parent | 92a906e563fc2ef947972498681d8b335d7c4366 (diff) | |
download | FreeBSD-src-a4de9511b56865c6060acf4f64008b5bad1032dc.zip FreeBSD-src-a4de9511b56865c6060acf4f64008b5bad1032dc.tar.gz |
resurrect the declaration of order to unbreak kernel build. Put
it inside the ifdef so as to avoid unused variable warnings
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/alpha/autoconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/alpha/autoconf.c b/sys/alpha/alpha/autoconf.c index 648d2a7..10c50ea 100644 --- a/sys/alpha/alpha/autoconf.c +++ b/sys/alpha/alpha/autoconf.c @@ -211,6 +211,7 @@ void cpu_rootconf() { #if defined(NFS) && defined(NFS_ROOT) + int order = 0; #if !defined(BOOTP_NFSROOT) if (nfs_diskless_valid) #endif |