diff --git a/src/modules/system/passwords.c b/src/modules/system/passwords.c index 0170ffdf703c0510fe1117b708a267af52a9f61e..0ad8caccaf0f55bbbf558a6d4c9bd22c6052a255 100644 --- a/src/modules/system/passwords.c +++ b/src/modules/system/passwords.c @@ -1,5 +1,5 @@ /* - * $Id: passwords.c,v 1.24 1999/02/10 21:55:28 hubbe Exp $ + * $Id: passwords.c,v 1.25 1999/03/08 05:42:26 mast Exp $ * * Password handling for Pike. * @@ -22,7 +22,7 @@ #include "system_machine.h" #include "system.h" -RCSID("$Id: passwords.c,v 1.24 1999/02/10 21:55:28 hubbe Exp $"); +RCSID("$Id: passwords.c,v 1.25 1999/03/08 05:42:26 mast Exp $"); #include "module_support.h" #include "interpret.h" @@ -147,7 +147,7 @@ void push_pwent(struct passwd *ent) } #endif -#if defined(HAVE_GETGRNAM) || defined(HAVE_GETGRUID) || defined(HAVE_GETGRENT) +#if defined(HAVE_GETGRNAM) || defined(HAVE_GETGRGID) || defined(HAVE_GETGRENT) void push_grent(struct group *ent) { if(!ent)