svn commit: r273537 - head/contrib/netbsd-tests/lib/libc/sys
Garrett Cooper
ngie at FreeBSD.org
Thu Oct 23 08:06:35 UTC 2014
Author: ngie
Date: Thu Oct 23 08:06:34 2014
New Revision: 273537
URL: https://svnweb.freebsd.org/changeset/base/273537
Log:
Add limits.h #include for SSIZE_MAX
Sponsored by: EMC / Isilon Storage Division
Modified:
head/contrib/netbsd-tests/lib/libc/sys/t_msgrcv.c
Modified: head/contrib/netbsd-tests/lib/libc/sys/t_msgrcv.c
==============================================================================
--- head/contrib/netbsd-tests/lib/libc/sys/t_msgrcv.c Thu Oct 23 08:05:47 2014 (r273536)
+++ head/contrib/netbsd-tests/lib/libc/sys/t_msgrcv.c Thu Oct 23 08:06:34 2014 (r273537)
@@ -47,6 +47,10 @@ __RCSID("$NetBSD: t_msgrcv.c,v 1.3 2013/
#include <time.h>
#include <unistd.h>
+#if defined(__FreeBSD__)
+#include <limits.h>
+#endif
+
#define MSG_KEY 1234
#define MSG_MTYPE_1 0x41
#define MSG_MTYPE_2 0x42
More information about the svn-src-all
mailing list