|
|
http://perforce.freebsd.org/chv.cgi?CH=114881
Change 114881 by millert@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>
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|