Re: [PATCH] userspec: support optional parameters to parse_user_spec()

2013-09-21 Thread Pádraig Brady
Pushed with these additional tweaks: diff --git a/lib/userspec.c b/lib/userspec.c index 760b007..e115552 100644 --- a/lib/userspec.c +++ b/lib/userspec.c @@ -114,7 +114,7 @@ parse_with_separator (char const *spec, char const *separato char const *g; char *gname = NULL; uid_t unum = *uid;

Re: ls-mntd-fs.m4 fails to detect how to read list of mounted filesystems on Minix

2013-09-21 Thread James Youngman
According to http://minix1.woodhull.com/manpages/man5/fstab.5.html ... /etc/mtab contains lines of four fields. The layout is: devicedirectorytypeoptions These fields may be explained as follows: device A block special device. directory

Factor out a few more uses of TIMESPEC_RESOLUTION

2013-09-21 Thread Jim Meyering
Hi Paul, There were a couple 9 left in timespec-related files, so I propose to replace them, taking advantage of your new TIMESPEC_RESOLUTION symbol. There were a couple more in comments, but it didn't seem worthwhile to replace those. From 18c79660af8364a86e8da7c62a89b2287b159afd Mon Sep