PERFORCE change 173574 for review

Alexander Motin mav at FreeBSD.org
Sat Jan 23 12:04:35 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=173574

Change 173574 by mav at mav_mavtest on 2010/01/23 12:04:14

	Fix wrong #ifdef.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_all.c#14 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_all.c#14 (text+ko) ====

@@ -2880,7 +2880,7 @@
 			}
 		}
 	}
-#ifdef KERNEL
+#ifdef _KERNEL
 	if (bootverbose)
 		sense_flags |= SF_PRINT_ALWAYS;
 #endif


More information about the p4-projects mailing list