Indentation fix.
This commit is contained in:
parent
8d527f156d
commit
690f7aee2e
@ -1,3 +1,7 @@
|
|||||||
|
2007-11-16 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* src/useradd.c: Indentation fix.
|
||||||
|
|
||||||
2007-11-14 Nicolas François <nicolas.francois@centraliens.net>
|
2007-11-14 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/newgrp.c, NEWS: Declare the child and pid variable at the
|
* src/newgrp.c, NEWS: Declare the child and pid variable at the
|
||||||
|
@ -114,7 +114,7 @@ static int do_grp_update = 0; /* group files need to be updated */
|
|||||||
static char *Prog;
|
static char *Prog;
|
||||||
|
|
||||||
static int
|
static int
|
||||||
bflg = 0, /* new default root of home directory */
|
bflg = 0, /* new default root of home directory */
|
||||||
cflg = 0, /* comment (GECOS) field for new account */
|
cflg = 0, /* comment (GECOS) field for new account */
|
||||||
dflg = 0, /* home directory for new account */
|
dflg = 0, /* home directory for new account */
|
||||||
Dflg = 0, /* set/show new user default values */
|
Dflg = 0, /* set/show new user default values */
|
||||||
|
Loading…
Reference in New Issue
Block a user