[Glibc-bsd-commits] r5352 - in trunk/freebsd-glue: debian include

rmh at alioth.debian.org rmh at alioth.debian.org
Sat Jan 18 23:22:25 UTC 2014


Author: rmh
Date: 2014-01-18 23:22:25 +0000 (Sat, 18 Jan 2014)
New Revision: 5352

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/include/paths.h
Log:
Add _PATH_GBDE, _PATH_GELI and _PATH_MDCONFIG to <paths.h>.

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2014-01-18 23:21:54 UTC (rev 5351)
+++ trunk/freebsd-glue/debian/changelog	2014-01-18 23:22:25 UTC (rev 5352)
@@ -9,6 +9,7 @@
   * Update embedded copy of <sys/elf_common.h>.
   * Add getbsize().
   * Add arc4random_buf() prototype to <stdlib.h>.
+  * Add _PATH_GBDE, _PATH_GELI and _PATH_MDCONFIG to <paths.h>.
 
  -- Robert Millan <rmh at debian.org>  Wed, 08 Jan 2014 22:36:52 +0100
 

Modified: trunk/freebsd-glue/include/paths.h
===================================================================
--- trunk/freebsd-glue/include/paths.h	2014-01-18 23:21:54 UTC (rev 5351)
+++ trunk/freebsd-glue/include/paths.h	2014-01-18 23:22:25 UTC (rev 5352)
@@ -15,6 +15,9 @@
 #ifdef __FreeBSD_kernel__
 #define _PATH_FWMEM		"/dev/fwmem"
 #define	_PATH_UFSSUSPEND	"/dev/ufssuspend"
+#define _PATH_GBDE		"/sbin/gbde"
+#define _PATH_GELI		"/sbin/geli"
+#define _PATH_MDCONFIG		"/sbin/mdconfig"
 #endif
 
 __BEGIN_DECLS




More information about the Glibc-bsd-commits mailing list