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

Robert Millan rmh at alioth.debian.org
Sat Nov 9 12:52:55 UTC 2013


Author: rmh
Date: 2013-11-09 12:52:55 +0000 (Sat, 09 Nov 2013)
New Revision: 5137

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/include/paths.h
Log:
Add _PATH_DEVZERO.

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2013-11-08 20:52:15 UTC (rev 5136)
+++ trunk/freebsd-glue/debian/changelog	2013-11-09 12:52:55 UTC (rev 5137)
@@ -5,6 +5,7 @@
   * Add the mac_* family of functions (as defined by <sys/mac.h>.
   * Move <sys/stdint.h> to <stdint.h>.
   * Add <sys/stdint.h> (as #include stub).
+  * Add _PATH_DEVZERO.
 
  -- Robert Millan <rmh at debian.org>  Fri, 01 Nov 2013 13:38:42 +0100
 

Modified: trunk/freebsd-glue/include/paths.h
===================================================================
--- trunk/freebsd-glue/include/paths.h	2013-11-08 20:52:15 UTC (rev 5136)
+++ trunk/freebsd-glue/include/paths.h	2013-11-09 12:52:55 UTC (rev 5137)
@@ -5,6 +5,7 @@
 
 #include <sys/cdefs.h>
 
+#define	_PATH_DEVZERO	"/dev/zero"
 #define _PATH_ETC	"/etc"
 #define	_PATH_SYSPATH	"/sbin:/usr/sbin"
 #define _PATH_IFCONFIG	"/sbin/ifconfig"




More information about the Glibc-bsd-commits mailing list