projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eb34fb
)
break long line
author
Jim Meyering
<jim@meyering.net>
Sat, 19 Dec 1998 17:19:13 +0000
(17:19 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 19 Dec 1998 17:19:13 +0000
(17:19 +0000)
lib/userspec.c
patch
|
blob
|
history
diff --git
a/lib/userspec.c
b/lib/userspec.c
index 85360305946accc7db45828fadd7d61e17b4e590..25552aad40cd3a1e459946d2663af493e6544625 100644
(file)
--- a/
lib/userspec.c
+++ b/
lib/userspec.c
@@
-114,7
+114,8
@@
is_number (const char *str)
Return NULL if successful, a static error message string if not. */
const char *
-parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid, char **username_arg, char **groupname_arg)
+parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid,
+ char **username_arg, char **groupname_arg)
{
static const char *tired = "virtual memory exhausted";
const char *error_msg;