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:
parent
392550af02
commit
57d4ab2d3e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74953
@ -211,6 +211,7 @@ void
|
|||||||
cpu_rootconf()
|
cpu_rootconf()
|
||||||
{
|
{
|
||||||
#if defined(NFS) && defined(NFS_ROOT)
|
#if defined(NFS) && defined(NFS_ROOT)
|
||||||
|
int order = 0;
|
||||||
#if !defined(BOOTP_NFSROOT)
|
#if !defined(BOOTP_NFSROOT)
|
||||||
if (nfs_diskless_valid)
|
if (nfs_diskless_valid)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user