From: nekral-guest Date: Wed, 21 Nov 2007 20:28:13 +0000 (+0000) Subject: Compile fix (related to last commit on src/chgpasswd.c). X-Git-Tag: 4.1.0~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f7ed628e23dd8a70d9205d93d5f7e815ba536e7;p=shadow Compile fix (related to last commit on src/chgpasswd.c). --- diff --git a/src/chgpasswd.c b/src/chgpasswd.c index 8de443fc..4edab9f2 100644 --- a/src/chgpasswd.c +++ b/src/chgpasswd.c @@ -116,9 +116,7 @@ int main (int argc, char **argv) #endif const struct group *gr; -#ifndef SHADOWGRP struct group newgr; -#endif int errors = 0; int line = 0; int ok;