resurrect the declaration of order to unbreak kernel build. Put

it inside the ifdef so as to avoid unused variable warnings
This commit is contained in:
gallatin 2001-03-28 19:02:08 +00:00
parent 92a906e563
commit a4de9511b5

View File

@ -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