Jim Meyering wrote:
> There were a couple "9" left in timespec-related files, so I
> propose to replace them
Sure! Thanks. I missed those because I grepped only for 10.
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 Se
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
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;