]> granicus.if.org Git - shadow/commitdiff
Compile fix (related to last commit on src/chgpasswd.c).
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 21 Nov 2007 20:28:13 +0000 (20:28 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 21 Nov 2007 20:28:13 +0000 (20:28 +0000)
src/chgpasswd.c

index 8de443fc334a7acb5058397af226100fb58df6f1..4edab9f27bdc090f76c1e8c4f11def2d9d88bdd5 100644 (file)
@@ -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;