PERFORCE change 144061 for review

Peter Wemm peter at FreeBSD.org
Wed Jun 25 01:32:43 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=144061

Change 144061 by peter at peter_overcee on 2008/06/25 01:32:19

	Make it compile.

Affected files ...

.. //depot/projects/hammer/usr.sbin/sicontrol/sicontrol.c#7 edit

Differences ...

==== //depot/projects/hammer/usr.sbin/sicontrol/sicontrol.c#7 (text+ko) ====

@@ -645,6 +645,7 @@
 	printf("\tsp_delta_overflows 0x%d\n", PRT.sp_delta_overflows);
 }
 
+#if 0
 const char *pt_state(int ts)
 {
 	static char buf[200];
@@ -692,6 +693,7 @@
 	printf("\tsp_state 0x%x %s\n", PRT.sp_state, sp_state(PRT.sp_state));
 	printf("\tsp_delta_overflows 0x%d\n", PRT.sp_delta_overflows);
 }
+#endif
 
 int
 islevel(char *tk)


More information about the p4-projects mailing list