From: nekral-guest Date: Sun, 30 Dec 2007 21:39:57 +0000 (+0000) Subject: Compilation fix for non-gshadow support. X-Git-Tag: 4.1.1~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1bee8b5933d59242406524b106ab30a9f393ea6;p=shadow Compilation fix for non-gshadow support. --- diff --git a/ChangeLog b/ChangeLog index 66a0bcb6..2f580e9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-29 Nicolas François + + * src/vipw.c: Compilation fix for non-gshadow support. + 2007-12-29 Nicolas François * NEWS, src/newusers.c: Added support for gshadow. diff --git a/src/vipw.c b/src/vipw.c index 630e1226..59490709 100644 --- a/src/vipw.c +++ b/src/vipw.c @@ -324,8 +324,8 @@ int main (int argc, char **argv) SGROUP_FILE, "vigr -s"); } -#endif } +#endif } nscd_flush_cache ("passwd");