Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2012 19:30:18 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r231035 - stable/9/sys/boot/i386/libi386
Message-ID:  <201202051930.q15JUIZY097403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Sun Feb  5 19:30:18 2012
New Revision: 231035
URL: http://svn.freebsd.org/changeset/base/231035

Log:
  MFC r230325
  
  Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT

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

Modified: stable/9/sys/boot/i386/libi386/pxe.c
==============================================================================
--- stable/9/sys/boot/i386/libi386/pxe.c	Sun Feb  5 19:29:14 2012	(r231034)
+++ stable/9/sys/boot/i386/libi386/pxe.c	Sun Feb  5 19:30:18 2012	(r231035)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202051930.q15JUIZY097403>