Index: trunk/src/sh_unix.c
===================================================================
--- trunk/src/sh_unix.c	(revision 97)
+++ trunk/src/sh_unix.c	(revision 98)
@@ -25,5 +25,7 @@
 #include <string.h>
 #include <ctype.h>
-
+#ifdef HAVE_LINUX_FS_H
+#include <linux/fs.h>
+#endif
 
 #ifdef HAVE_MEMORY_H
Index: trunk/src/yulectl.c
===================================================================
--- trunk/src/yulectl.c	(revision 97)
+++ trunk/src/yulectl.c	(revision 98)
@@ -384,5 +384,5 @@
       if (verbose && (errno == ENOENT))
 	fprintf (stdout, 
-		 _("# Password file (%s) missing\n"),
+		 _("# No password file (%s) exists\n"),
 		 home);
       else if (verbose)
