[Glibc-bsd-commits] r5816 - in trunk/glibc-ports/kfreebsd: . bits

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Wed Oct 21 19:33:38 UTC 2015


Author: aurel32
Date: 2015-10-21 19:33:37 +0000 (Wed, 21 Oct 2015)
New Revision: 5816

Modified:
   trunk/glibc-ports/kfreebsd/bits/utsname.h
   trunk/glibc-ports/kfreebsd/waitid.c
Log:
Kill 2 more warnings


Modified: trunk/glibc-ports/kfreebsd/bits/utsname.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/utsname.h	2015-10-21 12:34:02 UTC (rev 5815)
+++ trunk/glibc-ports/kfreebsd/bits/utsname.h	2015-10-21 19:33:37 UTC (rev 5816)
@@ -25,3 +25,7 @@
 
 /* But the version entry is longer.  */
 #define _UTSNAME_VERSION_LENGTH 256
+
+/* If nonzero, the size of of the `domainname` field in `struct utsname'.
+   This is zero to indicate that there should be no such field at all.  */
+#define _UTSNAME_DOMAIN_LENGTH  0

Modified: trunk/glibc-ports/kfreebsd/waitid.c
===================================================================
--- trunk/glibc-ports/kfreebsd/waitid.c	2015-10-21 12:34:02 UTC (rev 5815)
+++ trunk/glibc-ports/kfreebsd/waitid.c	2015-10-21 19:33:37 UTC (rev 5816)
@@ -18,6 +18,7 @@
 
 #include <shlib-compat.h>
 #include <stddef.h>
+#include <string.h>
 #include <errno.h>
 #include <sys/wait.h>
 #include <sysdep.h>




More information about the Glibc-bsd-commits mailing list