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

Robert Millan rmh at alioth.debian.org
Sat Oct 26 14:07:45 UTC 2013


Author: rmh
Date: 2013-10-26 14:07:45 +0000 (Sat, 26 Oct 2013)
New Revision: 5089

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

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2013-10-26 14:07:19 UTC (rev 5088)
+++ trunk/freebsd-glue/debian/changelog	2013-10-26 14:07:45 UTC (rev 5089)
@@ -1,6 +1,7 @@
 freebsd-glue (0.1.12) UNRELEASED; urgency=low
 
   * Fix improper allocation in funopen(). (Closes: #726970)
+  * Add _PATH_UFSSUSPEND.
 
  -- Robert Millan <rmh at debian.org>  Sat, 26 Oct 2013 00:27:03 +0200
 

Modified: trunk/freebsd-glue/include/paths.h
===================================================================
--- trunk/freebsd-glue/include/paths.h	2013-10-26 14:07:19 UTC (rev 5088)
+++ trunk/freebsd-glue/include/paths.h	2013-10-26 14:07:45 UTC (rev 5089)
@@ -10,5 +10,6 @@
 #define _PATH_FWMEM	"/dev/fwmem"
 #define _PATH_IFCONFIG	"/sbin/ifconfig"
 #define _PATH_MOUNT	"/sbin/mount"
+#define	_PATH_UFSSUSPEND	"/dev/ufssuspend"
 
 #endif




More information about the Glibc-bsd-commits mailing list