svn commit: r231037 - stable/8/sys/boot/i386/libi386

Sean Bruno sbruno at FreeBSD.org
Sun Feb 5 19:38:22 UTC 2012


Author: sbruno
Date: Sun Feb  5 19:38:22 2012
New Revision: 231037
URL: http://svn.freebsd.org/changeset/base/231037

Log:
  MFC r230325
  
  Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT

Modified:
  stable/8/sys/boot/i386/libi386/pxe.c
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/boot/i386/libi386/pxe.c
==============================================================================
--- stable/8/sys/boot/i386/libi386/pxe.c	Sun Feb  5 19:33:53 2012	(r231036)
+++ stable/8/sys/boot/i386/libi386/pxe.c	Sun Feb  5 19:38:22 2012	(r231037)
@@ -405,6 +405,7 @@ pxe_perror(int err)
 	return;
 }
 
+#ifdef LOADER_NFS_SUPPORT
 /*
  * Reach inside the libstand NFS code and dig out an NFS handle
  * for the root filesystem.
@@ -515,6 +516,7 @@ pxe_setnfshandle(char *rootpath)
 	setenv("boot.nfsroot.nfshandlelen", buf, 1);
 }
 #endif	/* OLD_NFSV2 */
+#endif /* LOADER_NFS_SUPPORT */
 
 void
 pxenv_call(int func)


More information about the svn-src-all mailing list