[Glibc-bsd-commits] r3315 - trunk/kfreebsd-kernel-headers/debian

Guillem Jover guillem at alioth.debian.org
Wed May 25 18:34:06 UTC 2011


Author: guillem
Date: 2011-05-25 18:34:06 +0000 (Wed, 25 May 2011)
New Revision: 3315

Modified:
   trunk/kfreebsd-kernel-headers/debian/changelog
   trunk/kfreebsd-kernel-headers/debian/install
Log:
Add <sys/_semaphore.h> and <sys/cpuset.h> for <sys/sysproto.h>

For now <sys/acl.h> is not included, and libacl-dev should probably
be used instead, but it might lack needed definitions.

Closes: #593553


Modified: trunk/kfreebsd-kernel-headers/debian/changelog
===================================================================
--- trunk/kfreebsd-kernel-headers/debian/changelog	2011-05-25 18:33:40 UTC (rev 3314)
+++ trunk/kfreebsd-kernel-headers/debian/changelog	2011-05-25 18:34:06 UTC (rev 3315)
@@ -13,6 +13,9 @@
   * Unpack the kfreebsd-source tarball directly into the top package
     source directory.
   * Now using Standards-Version 3.9.2 (no changes needed).
+  * Add <sys/_semaphore.h> and <sys/cpuset.h> for <sys/sysproto.h>.
+    For now <sys/acl.h> is not included, and libacl-dev should probably
+    be used instead, but it might lack needed definitions. Closes: #593553
 
  -- Robert Millan <rmh at debian.org>  Thu, 27 Jan 2011 16:16:03 +0100
 

Modified: trunk/kfreebsd-kernel-headers/debian/install
===================================================================
--- trunk/kfreebsd-kernel-headers/debian/install	2011-05-25 18:33:40 UTC (rev 3314)
+++ trunk/kfreebsd-kernel-headers/debian/install	2011-05-25 18:34:06 UTC (rev 3315)
@@ -161,6 +161,7 @@
 sys/sys/_mutex.h                        usr/include/sys
 sys/sys/_null.h                         usr/include/sys
 sys/sys/_rwlock.h                       usr/include/sys
+sys/sys/_semaphore.h                    usr/include/sys
 sys/sys/_sx.h                           usr/include/sys
 sys/sys/_task.h                         usr/include/sys
 sys/sys/_timeval.h                      usr/include/sys
@@ -184,6 +185,7 @@
 sys/sys/cons.h                          usr/include/sys
 sys/sys/consio.h                        usr/include/sys
 sys/sys/copyright.h                     usr/include/sys
+sys/sys/cpuset.h                        usr/include/sys
 sys/sys/ctype.h                         usr/include/sys
 sys/sys/dataacq.h                       usr/include/sys
 sys/sys/device_port.h                   usr/include/sys




More information about the Glibc-bsd-commits mailing list