Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2007 17:01:16 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114881 for review
Message-ID:  <200702231701.l1NH1Gdq043763@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



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