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> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"