Date: Sat, 9 May 2009 17:47:42 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r191939 - head/sys/dev/asr Message-ID: <200905091747.n49Hlgaf030005@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905091747.n49Hlgaf030005>