PERFORCE change 114878 for review

Todd Miller millert at FreeBSD.org
Fri Feb 23 16:59:13 UTC 2007


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

Change 114878 by millert at millert_macbook on 2007/02/23 16:58:16

	Pull in SIZE_MAX from stdint.h, not limits.h

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libselinux/src/load_migscs.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libselinux/src/load_migscs.c#4 (text+ko) ====

@@ -3,7 +3,7 @@
 #include <sys/mman.h>
 #include <errno.h>
 #include <fcntl.h>
-#include <limits.h>
+#include <stdint.h>
 #include <security/mac.h>
 #include <sedarwin/sebsd_syscalls.h>
 


More information about the p4-projects mailing list