X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fuserspec.c;h=cb1f8a73fda6556bb8518802c4a51cfde0a81704;hb=ac5e11c593de9d8a862193b328a2def30e6d3447;hp=85360305946accc7db45828fadd7d61e17b4e590;hpb=cf42d3e5e80be6bf7093a3ca9be0d04033eaf527;p=gnulib.git diff --git a/lib/userspec.c b/lib/userspec.c index 853603059..cb1f8a73f 100644 --- a/lib/userspec.c +++ b/lib/userspec.c @@ -1,5 +1,5 @@ /* userspec.c -- Parse a user and group string. - Copyright (C) 1989, 1990, 1991, 1992, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1989-1992, 1997, 1998 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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;