diff options
author | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /loginutils/sulogin.c | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2 busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip |
just whitespace
Diffstat (limited to 'loginutils/sulogin.c')
-rw-r--r-- | loginutils/sulogin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index f54939eef..434683299 100644 --- a/loginutils/sulogin.c +++ b/loginutils/sulogin.c | |||
@@ -53,9 +53,9 @@ extern int sulogin_main(int argc, char **argv) | |||
53 | char *device = (char *) 0; | 53 | char *device = (char *) 0; |
54 | const char *name = "root"; | 54 | const char *name = "root"; |
55 | int timeout = 0; | 55 | int timeout = 0; |
56 | 56 | ||
57 | #define pass bb_common_bufsiz1 | 57 | #define pass bb_common_bufsiz1 |
58 | 58 | ||
59 | struct passwd pwent; | 59 | struct passwd pwent; |
60 | struct passwd *pwd; | 60 | struct passwd *pwd; |
61 | const char * const *p; | 61 | const char * const *p; |