Mercurial > hg > octave-shane > gnulib-hg
annotate lib/userspec.h @ 17282:a4996fb12971
locale: port to Solaris 2.6 and 7 + GNU gettext
* lib/locale.in.h: Just include_next <locale.h> when
being invoked recursively. This prevents problems on Solaris 2.6 and 7
when combining the localename module with GNU gettext 0.18.2.
Problem reported by Tom G. Christensen in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-01/msg00084.html>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 10 Jan 2013 13:24:13 -0800 |
parents | e8d2c6fc33ad |
children |
rev | line source |
---|---|
4845 | 1 #ifndef USERSPEC_H |
2 # define USERSPEC_H 1 | |
3 | |
4996 | 4 # include <sys/types.h> |
4845 | 5 |
6 const char * | |
7 parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid, | |
12421
e8d2c6fc33ad
Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents:
4996
diff
changeset
|
8 char **username_arg, char **groupname_arg); |
4845 | 9 |
10 #endif |