Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2006 21:31:29 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 90719 for review
Message-ID:  <200601302131.k0ULVTLl052975@repoman.freebsd.org>

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

Change 90719 by rwatson@rwatson_zoo on 2006/01/30 21:31:13

	Kernel does not desire assert.h, merged from user space.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_bsm_token.c#7 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_bsm_token.c#7 (text+ko) ====

@@ -30,7 +30,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/audit3/sys/security/audit/audit_bsm_token.c#6 $
+ * $P4: //depot/projects/trustedbsd/audit3/sys/security/audit/audit_bsm_token.c#7 $
  */
 
 #include <sys/types.h>
@@ -51,7 +51,6 @@
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
 
-#include <assert.h>
 #include <sys/socketvar.h>
 
 #include <bsm/audit.h>



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