[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2679 - in glibc-package/branches/glibc-2.7/debian: . patches patches/hurd-i386



Author: aurel32
Date: 2007-11-16 22:56:16 +0000 (Fri, 16 Nov 2007)
New Revision: 2679

Added:
   glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/cvs-kernel-features.diff
Removed:
   glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/local-kernel-features.diff
Modified:
   glibc-package/branches/glibc-2.7/debian/changelog
   glibc-package/branches/glibc-2.7/debian/patches/series
Log:
Replace local-kernel-features.diff by cvs-kernel-features.diff now that the
patch has been committed upstream


Modified: glibc-package/branches/glibc-2.7/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.7/debian/changelog	2007-11-16 22:07:41 UTC (rev 2678)
+++ glibc-package/branches/glibc-2.7/debian/changelog	2007-11-16 22:56:16 UTC (rev 2679)
@@ -73,7 +73,7 @@
   * Update hurd-i386/submitted-libc_once.diff.
   * Remove hurd-i386/cvs-ioctl-delay.diff (merged).
   * Update hurd-i386/local-tls-support.diff.
-  * Add hurd-i386/local-kernel-features.diff: provide almost empty
+  * Add hurd-i386/cvs-kernel-features.diff: provide almost empty
     kernel-features.h for files that include it.
   * Add arm/local-args6.diff: provide DOCARGS_6 and UNDOCARGS_5 for
     arm old-abi.
@@ -138,7 +138,7 @@
   [ Samuel Thibault ]
   * hurd-i386/submitted-ptr-mangle.diff: Define PTR_MANGLE for assembly.
 
- -- Aurelien Jarno <aurel32@debian.org>  Fri, 16 Nov 2007 23:03:56 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Fri, 16 Nov 2007 23:55:00 +0100
 
 glibc (2.6.1-6) unstable; urgency=low
 

Added: glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/cvs-kernel-features.diff
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/cvs-kernel-features.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/cvs-kernel-features.diff	2007-11-16 22:56:16 UTC (rev 2679)
@@ -0,0 +1,34 @@
+--- /dev/null
++++ libc/sysdeps/mach/hurd/kernel-features.h
+@@ -0,0 +1,31 @@
++/* Set flags signalling availability of certain operating system features.
++   Copyright (C) 2007 Free Software Foundation, Inc.
++   This file is part of the GNU C Library.
++
++   The GNU C Library is free software; you can redistribute it and/or
++   modify it under the terms of the GNU Lesser General Public
++   License as published by the Free Software Foundation; either
++   version 2.1 of the License, or (at your option) any later version.
++
++   The GNU C Library is distributed in the hope that it will be useful,
++   but WITHOUT ANY WARRANTY; without even the implied warranty of
++   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++   Lesser General Public License for more details.
++
++   You should have received a copy of the GNU Lesser General Public
++   License along with the GNU C Library; if not, write to the Free
++   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
++   02111-1307 USA.  */
++
++/* This file can define __ASSUME_* macros checked by certain source files.
++   Almost none of these are used outside of sysdeps/unix/sysv/linux code.
++   But those referring to POSIX-level features like O_* flags can be.  */
++
++#include <fcntl.h>
++
++/* If a system defines the O_CLOEXEC constant but it is sometimes ignored,
++   it must override this file to define __ASSUME_O_CLOEXEC conditionally
++   (or not at all) to indicate when O_CLOEXEC actually works.  */
++#ifdef O_CLOEXEC
++# define __ASSUME_O_CLOEXEC	1
++#endif

Deleted: glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/local-kernel-features.diff
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/local-kernel-features.diff	2007-11-16 22:07:41 UTC (rev 2678)
+++ glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/local-kernel-features.diff	2007-11-16 22:56:16 UTC (rev 2679)
@@ -1,26 +0,0 @@
---- /dev/null
-+++ sysdeps/mach/hurd/kernel-features.h	
-@@ -0,0 +1,23 @@
-+/* Set flags signalling availability of kernel features based on given
-+   kernel version number.
-+   Copyright (C) 2007 Free Software Foundation, Inc.
-+   This file is part of the GNU C Library.
-+
-+   The GNU C Library is free software; you can redistribute it and/or
-+   modify it under the terms of the GNU Lesser General Public
-+   License as published by the Free Software Foundation; either
-+   version 2.1 of the License, or (at your option) any later version.
-+
-+   The GNU C Library is distributed in the hope that it will be useful,
-+   but WITHOUT ANY WARRANTY; without even the implied warranty of
-+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-+   Lesser General Public License for more details.
-+
-+   You should have received a copy of the GNU Lesser General Public
-+   License along with the GNU C Library; if not, write to the Free
-+   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-+   02111-1307 USA.  */
-+
-+/* This file must not contain any C code.  At least it must be protected
-+   to allow using the file also in assembler files.  */
-+

Modified: glibc-package/branches/glibc-2.7/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/series	2007-11-16 22:07:41 UTC (rev 2678)
+++ glibc-package/branches/glibc-2.7/debian/patches/series	2007-11-16 22:56:16 UTC (rev 2679)
@@ -77,7 +77,6 @@
 
 hurd-i386/local-dl-dynamic-weak.diff 
 hurd-i386/local-enable-ldconfig.diff -p0
-hurd-i386/local-kernel-features.diff -p0
 hurd-i386/local-mlock.diff 
 hurd-i386/local-msg-nosignal.diff -p0
 hurd-i386/local-tls.diff 
@@ -91,6 +90,7 @@
 hurd-i386/submitted-trivial.diff -p0
 hurd-i386/submitted-ioctl-unsigned-size_t.diff -p0
 hurd-i386/cvs-ECANCELED.diff
+hurd-i386/cvs-kernel-features.diff -p1
 hurd-i386/submitted-IPV6_PKTINFO.diff 
 
 i386/local-biarch.diff 



Reply to: