Correct #ifdef for nfs_disless support is #ifdef NFS, there will be no

option DISKLESS for the 2.0 nfs diskless support.   A 2.0 diskless kernel
simple needs NFS linked in statically.
This commit is contained in:
Rodney W. Grimes
1994-10-08 06:20:52 +00:00
parent c96716023b
commit 80fb3d79f6
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.33 1994/10/06 09:22:47 rgrimes Exp $
* $Id: locore.s,v 1.34 1994/10/07 05:45:27 davidg Exp $
*/
/*
@@ -250,7 +250,7 @@ NON_GPROF_ENTRY(btext)
movsb
1:
#ifdef DISKLESS
#ifdef NFS
/*
* If we have a nfs_diskless structure copy it in
*/
+2 -2
View File
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.33 1994/10/06 09:22:47 rgrimes Exp $
* $Id: locore.s,v 1.34 1994/10/07 05:45:27 davidg Exp $
*/
/*
@@ -250,7 +250,7 @@ NON_GPROF_ENTRY(btext)
movsb
1:
#ifdef DISKLESS
#ifdef NFS
/*
* If we have a nfs_diskless structure copy it in
*/
+2 -2
View File
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.33 1994/10/06 09:22:47 rgrimes Exp $
* $Id: locore.s,v 1.34 1994/10/07 05:45:27 davidg Exp $
*/
/*
@@ -250,7 +250,7 @@ NON_GPROF_ENTRY(btext)
movsb
1:
#ifdef DISKLESS
#ifdef NFS
/*
* If we have a nfs_diskless structure copy it in
*/