PERFORCE change 114881 for review

Todd Miller millert at FreeBSD.org
Fri Feb 23 17:01:17 UTC 2007


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

Change 114881 by millert at millert_macbook on 2007/02/23 17:01:03

	Don't need to include sys/types.h

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsepol/src/nodes.c#3 edit
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsepol/src/ports.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsepol/src/nodes.c#3 (text+ko) ====

@@ -1,4 +1,3 @@
-#include <sys/types.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <stdlib.h>

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsepol/src/ports.c#3 (text+ko) ====

@@ -1,4 +1,3 @@
-#include <sys/types.h>
 #include <netinet/in.h>
 #include <stdlib.h>
 


More information about the p4-projects mailing list