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

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114878

Change 114878 by millert@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>
 



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