[Xfce4-commits] r24276 - in libexo/trunk: . exo-mount
Benedikt Meurer
benny at xfce.org
Sat Jan 6 19:24:33 CET 2007
Author: benny
Date: 2007-01-06 18:24:32 +0000 (Sat, 06 Jan 2007)
New Revision: 24276
Modified:
libexo/trunk/ChangeLog
libexo/trunk/exo-mount/exo-mount-fstab.c
Log:
2007-01-06 Benedikt Meurer <benny at xfce.org>
* exo-mount/exo-mount-fstab.c: Add missing <errno.h> include.
Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog 2007-01-06 18:09:04 UTC (rev 24275)
+++ libexo/trunk/ChangeLog 2007-01-06 18:24:32 UTC (rev 24276)
@@ -1,5 +1,9 @@
2007-01-06 Benedikt Meurer <benny at xfce.org>
+ * exo-mount/exo-mount-fstab.c: Add missing <errno.h> include.
+
+2007-01-06 Benedikt Meurer <benny at xfce.org>
+
* configure.in.in, Makefile.am, exo-mount/: Add mount utility, that
uses HAL if available, but can also operate without HAL. This is
necessary because other mount utilities like gnome-mount or pmount
Modified: libexo/trunk/exo-mount/exo-mount-fstab.c
===================================================================
--- libexo/trunk/exo-mount/exo-mount-fstab.c 2007-01-06 18:09:04 UTC (rev 24275)
+++ libexo/trunk/exo-mount/exo-mount-fstab.c 2007-01-06 18:24:32 UTC (rev 24276)
@@ -25,6 +25,9 @@
#include <sys/mnttab.h>
#endif
+#ifdef HAVE_ERRNO_H
+#include <errno.h>
+#endif
#ifdef HAVE_FSTAB_H
#include <fstab.h>
#endif
More information about the Xfce4-commits
mailing list