[Glibc-bsd-commits] r3863 - trunk/freebsd-utils/debian/patches

Robert Millan rmh at alioth.debian.org
Wed Nov 16 18:46:49 UTC 2011


Author: rmh
Date: 2011-11-16 18:46:49 +0000 (Wed, 16 Nov 2011)
New Revision: 3863

Modified:
   trunk/freebsd-utils/debian/patches/021_netstat.diff
   trunk/freebsd-utils/debian/patches/026_kdump.diff
Log:
Fix a pair of problems introduced by my __unused commit

Modified: trunk/freebsd-utils/debian/patches/021_netstat.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/021_netstat.diff	2011-11-16 18:40:07 UTC (rev 3862)
+++ trunk/freebsd-utils/debian/patches/021_netstat.diff	2011-11-16 18:46:49 UTC (rev 3863)
@@ -217,8 +217,8 @@
 +#include <netinet/in.h>
 +#include <string.h>
 +#include <time.h>
-+#define __attribute__((unused)) /* */
 +
++
 +/* Only used internally, so can be outside the range of valid IP protocols. */
 +#define IPPROTO_DIVERT          258             /* divert pseudo-protocol */
 +

Modified: trunk/freebsd-utils/debian/patches/026_kdump.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/026_kdump.diff	2011-11-16 18:40:07 UTC (rev 3862)
+++ trunk/freebsd-utils/debian/patches/026_kdump.diff	2011-11-16 18:46:49 UTC (rev 3863)
@@ -359,7 +359,7 @@
 +
 +    __uint32_t st_gen;		/* Generation number.  */
 +
-+    __uint32_t __attribute__((unused))1;
++    __uint32_t __dummy1;
 +
 +    struct timespec st_birthtimespec; /* time of file creation */
 +




More information about the Glibc-bsd-commits mailing list