Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_unix.c
r93 r98 25 25 #include <string.h> 26 26 #include <ctype.h> 27 27 #ifdef HAVE_LINUX_FS_H 28 #include <linux/fs.h> 29 #endif 28 30 29 31 #ifdef HAVE_MEMORY_H -
trunk/src/yulectl.c
r34 r98 384 384 if (verbose && (errno == ENOENT)) 385 385 fprintf (stdout, 386 _("# Password file (%s) missing\n"),386 _("# No password file (%s) exists\n"), 387 387 home); 388 388 else if (verbose)
Note:
See TracChangeset
for help on using the changeset viewer.