Mercurial > noffle
diff src/group.c @ 61:adf0af5152f7 noffle
[svn] Renamed some variables and function names, because they caused compiler
warnings because of shadowing global variables from system include files
(index, stat, serv).
author | enz |
---|---|
date | Fri, 12 May 2000 18:19:38 +0100 |
parents | 125d79c9e586 |
children | 38b0a1532a37 |
line wrap: on
line diff
--- a/src/group.c Fri May 12 17:52:58 2000 +0100 +++ b/src/group.c Fri May 12 18:19:38 2000 +0100 @@ -7,7 +7,7 @@ loadGrp() and saveGrp(). This is done transparently. Access to the groups database is done by group name, by the functions defined in group.h. - $Id: group.c 60 2000-05-09 22:28:38Z uh1763 $ + $Id: group.c 67 2000-05-12 17:19:38Z enz $ */ #if HAVE_CONFIG_H @@ -204,7 +204,7 @@ } const char * -Grp_serv( const char *name ) +Grp_server( const char *name ) { static Str serv = "";