Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2006 15:11:14 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95682 for review
Message-ID:  <200604201511.k3KFBE0U076136@repoman.freebsd.org>

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

Change 95682 by millert@millert_g5tower on 2006/04/20 15:10:53

	Include string.h to get strchr() proto

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/ss/mls.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/ss/mls.c#5 (text+ko) ====

@@ -11,6 +11,8 @@
  * Copyright (C) 2004-2005 Trusted Computer Solutions, Inc.
  */
 
+#include <string.h>
+
 #include <sedarwin/ss/sidtab.h>
 #include <sedarwin/ss/mls.h>
 #include <sedarwin/ss/policydb.h>



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