[Glibc-bsd-commits] r4126 - in trunk/freebsd-libs/debian: . patches

Robert Millan rmh at alioth.debian.org
Sun Feb 26 10:59:20 UTC 2012


Author: rmh
Date: 2012-02-26 10:59:20 +0000 (Sun, 26 Feb 2012)
New Revision: 4126

Added:
   trunk/freebsd-libs/debian/patches/libbsd_nlist.diff
Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/patches/series
Log:
kvm.h: Use <bsd/nlist.h> rather than <nlist.h>. (Closes: #657772)

Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2012-02-25 19:57:06 UTC (rev 4125)
+++ trunk/freebsd-libs/debian/changelog	2012-02-26 10:59:20 UTC (rev 4126)
@@ -1,3 +1,9 @@
+freebsd-libs (9.0+ds1-2) UNRELEASED; urgency=low
+
+  * kvm.h: Use <bsd/nlist.h> rather than <nlist.h>. (Closes: #657772)
+
+ -- Robert Millan <rmh at debian.org>  Sun, 26 Feb 2012 11:59:06 +0100
+
 freebsd-libs (9.0+ds1-1) unstable; urgency=low
 
   [ Jérémy Bobbio ]

Added: trunk/freebsd-libs/debian/patches/libbsd_nlist.diff
===================================================================
--- trunk/freebsd-libs/debian/patches/libbsd_nlist.diff	                        (rev 0)
+++ trunk/freebsd-libs/debian/patches/libbsd_nlist.diff	2012-02-26 10:59:20 UTC (rev 4126)
@@ -0,0 +1,14 @@
+
+See #657772
+
+--- a/lib/libkvm/kvm.h
++++ b/lib/libkvm/kvm.h
+@@ -35,7 +35,7 @@
+ 
+ #include <sys/cdefs.h>
+ #include <sys/_types.h>
+-#include <nlist.h>
++#include <bsd/nlist.h>
+ 
+ /* Default version symbol. */
+ #define	VRS_SYM		"_version"

Modified: trunk/freebsd-libs/debian/patches/series
===================================================================
--- trunk/freebsd-libs/debian/patches/series	2012-02-25 19:57:06 UTC (rev 4125)
+++ trunk/freebsd-libs/debian/patches/series	2012-02-26 10:59:20 UTC (rev 4126)
@@ -16,3 +16,4 @@
 makefile_inc.diff
 sysconf_cpuset_size.diff
 libusb_backward.diff
+libbsd_nlist.diff




More information about the Glibc-bsd-commits mailing list