Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2006 00:53:25 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96044 for review
Message-ID:  <200604250053.k3P0rPXm060878@repoman.freebsd.org>

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

Change 96044 by csjp@csjp_xor on 2006/04/25 00:52:29

	Woops, back out a CFLAGS += -WALL that snuck in with my previous submit

Affected files ...

.. //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#17 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#17 (text+ko) ====

@@ -27,7 +27,7 @@
 #
 # Must use BSM include files from within the contrib area, not the system.
 #
-CFLAGS+=	-Wall -I${OPENBSMDIR} -I${LIBBSMDIR} -I${.CURDIR}/../../sys
+CFLAGS+=	-I${OPENBSMDIR} -I${LIBBSMDIR} -I${.CURDIR}/../../sys
 
 INCS=		audit_uevents.h libbsm.h
 INCSDIR=	${INCLUDEDIR}/bsm



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