PERFORCE change 95682 for review

Todd Miller millert at FreeBSD.org
Thu Apr 20 15:11:15 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95682

Change 95682 by millert at 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>


More information about the p4-projects mailing list