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

r5197 - in glibc-package/trunk/debian: . patches/kfreebsd



Author: ps-guest
Date: 2012-04-21 15:31:08 +0000 (Sat, 21 Apr 2012)
New Revision: 5197

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
kfreebsd/local-sysdeps.diff: update to revision 4222 (from glibc-bsd).



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2012-04-21 15:08:01 UTC (rev 5196)
+++ glibc-package/trunk/debian/changelog	2012-04-21 15:31:08 UTC (rev 5197)
@@ -2,7 +2,7 @@
 
   [ Petr Salinger ]
   * alter kfreebsd/local-use-thr-primitives.diff. See: #654783.
-  * kfreebsd/local-sysdeps.diff: update to revision 4221 (from glibc-bsd).
+  * kfreebsd/local-sysdeps.diff: update to revision 4222 (from glibc-bsd).
     Closes: #642112, #662018, #669424.
 
  -- Adam Conrad <adconrad@0c3.net>  Thu, 19 Apr 2012 17:12:08 -0600

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2012-04-21 15:08:01 UTC (rev 5196)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2012-04-21 15:31:08 UTC (rev 5197)
@@ -978,7 +978,7 @@
 +
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h
-@@ -0,0 +1,185 @@
+@@ -0,0 +1,186 @@
 +/* O_*, F_*, FD_* bit values for FreeBSD.
 +   Copyright (C) 1991-1992, 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1048,7 +1048,8 @@
 +
 +#if _POSIX_C_SOURCE >= 200809L
 +#define O_TTY_INIT	0x00080000	/* Restore default termios attributes */
-+#define O_CLOEXEC	0x00100000
++/* Defining O_CLOEXEC would break kfreebsd 8.1, see #635192 */
++/* #define O_CLOEXEC	0x00100000 */
 +#endif
 +
 +/* Since 'off_t' is 64-bit, O_LARGEFILE is a no-op.  */


Reply to: