svn commit: r191939 - head/sys/dev/asr

Warner Losh imp at FreeBSD.org
Sat May 9 17:47:43 UTC 2009


Author: imp
Date: Sat May  9 17:47:42 2009
New Revision: 191939
URL: http://svn.freebsd.org/changeset/base/191939

Log:
  Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@

Modified:
  head/sys/dev/asr/asr.c

Modified: head/sys/dev/asr/asr.c
==============================================================================
--- head/sys/dev/asr/asr.c	Sat May  9 16:42:57 2009	(r191938)
+++ head/sys/dev/asr/asr.c	Sat May  9 17:47:42 2009	(r191939)
@@ -142,11 +142,9 @@
 #include "opt_asr.h"
 #include <i386/include/cputypes.h>
 
-#ifndef BURN_BRIDGES
 #if defined(ASR_COMPAT)
 #define ASR_IOCTL_COMPAT
 #endif /* ASR_COMPAT */
-#endif /* !BURN_BRIDGES */
 #endif
 #include <machine/vmparam.h>
 


More information about the svn-src-head mailing list