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

r1592 - in glibc-package: branches/glibc-2.4/debian branches/glibc-2.4/debian/patches/kfreebsd trunk/debian trunk/debian/patches/kfreebsd



Author: aurel32
Date: 2006-05-30 20:25:26 +0000 (Tue, 30 May 2006)
New Revision: 1592

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



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-05-30 20:20:36 UTC (rev 1591)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-05-30 20:25:26 UTC (rev 1592)
@@ -118,6 +118,8 @@
   * debian/control.in/main: build-depends on libc6-dev-sparc64 on sparc.
   * Add patches/alpha/local-gcc4.1.diff (fix build with gcc-4.1) from
     Falk Hueffner.
+  * patches/kfreebsd/local-sysdeps.diff: update to revision 1571 (from
+    glibc-bsd).
 
  -- Aurelien Jarno <aurel32@debian.org>  Tue, 30 May 2006 06:53:29 +0200
 

Modified: glibc-package/branches/glibc-2.4/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/kfreebsd/local-sysdeps.diff	2006-05-30 20:20:36 UTC (rev 1591)
+++ glibc-package/branches/glibc-2.4/debian/patches/kfreebsd/local-sysdeps.diff	2006-05-30 20:25:26 UTC (rev 1592)
@@ -2794,8 +2794,8 @@
 +      
 diff -x .svn -Nurd null/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h
 --- null/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h	1970-01-01 01:00:00.000000000 +0100
-+++ sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h	2006-01-02 19:10:54.000000000 +0100
-@@ -0,0 +1,142 @@
++++ sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h	2006-05-30 22:22:12.000000000 +0200
+@@ -0,0 +1,143 @@
 +/* 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.
@@ -2839,6 +2839,7 @@
 +#define	O_SHLOCK	0x0010	/* Open with shared file lock.  */
 +#define	O_EXLOCK	0x0020	/* Open with shared exclusive lock.  */
 +#define O_NOFOLLOW	0x0100	/* Don't follow symlinks.  */
++#define	O_DIRECT    0x00010000  /* Attempt to bypass buffer cache */
 +#endif
 +
 +/* File status flags for `open' and `fcntl'.  */

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-05-30 20:20:36 UTC (rev 1591)
+++ glibc-package/trunk/debian/changelog	2006-05-30 20:25:26 UTC (rev 1592)
@@ -4,6 +4,8 @@
   * debian/control.in/main: build-depends on libc6-dev-sparc64 on sparc.
   * Add patches/alpha/local-gcc4.1.diff (fix build with gcc-4.1) from
     Falk Hueffner.
+  * patches/kfreebsd/local-sysdeps.diff: update to revision 1571 (from
+    glibc-bsd).
 
  -- Aurelien Jarno <aurel32@debian.org>  Tue, 30 May 2006 06:53:29 +0200
 

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2006-05-30 20:20:36 UTC (rev 1591)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2006-05-30 20:25:26 UTC (rev 1592)
@@ -2794,8 +2794,8 @@
 +      
 diff -x .svn -Nurd null/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h
 --- null/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h	1970-01-01 01:00:00.000000000 +0100
-+++ sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h	2006-01-02 19:10:54.000000000 +0100
-@@ -0,0 +1,142 @@
++++ sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h	2006-05-30 22:22:12.000000000 +0200
+@@ -0,0 +1,143 @@
 +/* 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.
@@ -2839,6 +2839,7 @@
 +#define	O_SHLOCK	0x0010	/* Open with shared file lock.  */
 +#define	O_EXLOCK	0x0020	/* Open with shared exclusive lock.  */
 +#define O_NOFOLLOW	0x0100	/* Don't follow symlinks.  */
++#define	O_DIRECT    0x00010000  /* Attempt to bypass buffer cache */
 +#endif
 +
 +/* File status flags for `open' and `fcntl'.  */



Reply to: