Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2010 12:04:34 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 173574 for review
Message-ID:  <201001231204.o0NC4Y0H040865@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=173574

Change 173574 by mav@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



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