[Glibc-bsd-commits] r5525 - in trunk/freebsd-utils/debian: . local/include/sys

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Mon Sep 15 20:26:56 UTC 2014


Author: stevenc-guest
Date: 2014-09-15 20:26:56 +0000 (Mon, 15 Sep 2014)
New Revision: 5525

Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/control
   trunk/freebsd-utils/debian/local/include/sys/mount.h
Log:
* Build-Depend on kfreebsd-headers-10.1-0
* Add local definition to sys/mount.h of MNT_AUTOMOUNTED, not in glibc


Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2014-09-15 19:30:14 UTC (rev 5524)
+++ trunk/freebsd-utils/debian/changelog	2014-09-15 20:26:56 UTC (rev 5525)
@@ -1,7 +1,12 @@
-freebsd-utils (10.1-1) experimental; urgency=medium
+freebsd-utils (10.1-1) UNRELEASED; urgency=medium
 
+  [ Christoph Egger ]
   * Upload from 10-STABLE to experimental
 
+  [ Steven Chamberlain ]
+  * Build-Depend on kfreebsd-headers-10.1-0
+  * Add local definition to sys/mount.h of MNT_AUTOMOUNTED, not in glibc
+
  -- Christoph Egger <christoph at debian.org>  Sun, 31 Aug 2014 12:37:04 -0700
 
 freebsd-utils (10.0+ds1-1) unstable; urgency=low

Modified: trunk/freebsd-utils/debian/control
===================================================================
--- trunk/freebsd-utils/debian/control	2014-09-15 19:30:14 UTC (rev 5524)
+++ trunk/freebsd-utils/debian/control	2014-09-15 20:26:56 UTC (rev 5525)
@@ -11,7 +11,7 @@
  freebsd-glue (>= 0.2.17~),
  kfreebsd-kernel-headers (>= 10.0~4),
 # for kdump
- kfreebsd-headers-10.0-1,
+ kfreebsd-headers-10.1-0,
  libc0.1-dev (>= 2.18-2~),
  libbsd-dev (>= 0.3.0),
 # zlib1g-dev: savecore

Modified: trunk/freebsd-utils/debian/local/include/sys/mount.h
===================================================================
--- trunk/freebsd-utils/debian/local/include/sys/mount.h	2014-09-15 19:30:14 UTC (rev 5524)
+++ trunk/freebsd-utils/debian/local/include/sys/mount.h	2014-09-15 20:26:56 UTC (rev 5525)
@@ -11,6 +11,10 @@
 #define     MNT_SUJ         0x0000000100000000ULL /* using journaled soft updates */
 #endif
 
+#ifndef MNT_AUTOMOUNTED
+#define     MNT_AUTOMOUNTED 0x0000000200000000ULL /* mounted by automountd(8) */
+#endif
+
 /*
  * Old export arguments without security flavor list
  */




More information about the Glibc-bsd-commits mailing list