Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 01:23:38 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 7922 for review
Message-ID:  <200203190923.g2J9Nc878750@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=7922

Change 7922 by peter@peter_overcee on 2002/03/19 01:22:47

	-Wunused

Affected files ...

... //depot/projects/ia64/sys/ia64/ia64/autoconf.c#2 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/autoconf.c#2 (text+ko) ====

@@ -101,7 +101,10 @@
 void
 cpu_rootconf()
 {
+#if defined(NFSCLIENT) && defined(NFS_ROOT)
 	int	order = 0;
+#endif
+
 #ifdef BOOTP
 	if (!ia64_running_in_simulator())
 		bootpc_init();

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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