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

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



Author: aurel32
Date: 2011-06-06 17:34:37 +0000 (Mon, 06 Jun 2011)
New Revision: 4715

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
  * kfreebsd/local-sysdeps.diff, update to revision 3406 (from glibc-bsd),
    to fix <sys/mount.h>.  Closes: #629426.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-06-05 21:17:09 UTC (rev 4714)
+++ glibc-package/trunk/debian/changelog	2011-06-06 17:34:37 UTC (rev 4715)
@@ -1,8 +1,8 @@
 eglibc (2.13-6) UNRELEASED; urgency=low
 
   [ Aurelien Jarno ]
-  * kfreebsd/local-sysdeps.diff, update to revision 3402 (from glibc-bsd),
-    to fix <sys/mount.h>.  Closes: #629289.
+  * kfreebsd/local-sysdeps.diff, update to revision 3406 (from glibc-bsd),
+    to fix <sys/mount.h>.  Closes: #629289, #629426.
   * debian/sysdeps/linux.mk: remove obsolete comment and code about 
     asm-sparc64. Use the multiarch asm directory if present.
   * debian/copyright: update.

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2011-06-05 21:17:09 UTC (rev 4714)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2011-06-06 17:34:37 UTC (rev 4715)
@@ -22647,7 +22647,7 @@
 +#endif	/* sys/kd.h */
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/mount.h
-@@ -0,0 +1,436 @@
+@@ -0,0 +1,437 @@
 +/* Header file for handling mounted filesystems.  FreeBSD version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -22719,6 +22719,7 @@
 +#define	MNT_NOATIME	0x10000000	/* disable update of file access time */
 +#define	MNT_NOCLUSTERR	0x40000000	/* disable cluster read */
 +#define	MNT_NOCLUSTERW	0x80000000	/* disable cluster write */
++#define	MNT_NFS4ACLS	0x00000010
 +
 +/*
 + * NFS export related mount flags.


Reply to: