diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /loginutils/adduser.c | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'loginutils/adduser.c')
-rw-r--r-- | loginutils/adduser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/adduser.c b/loginutils/adduser.c index c4ab557d0..3e10fd398 100644 --- a/loginutils/adduser.c +++ b/loginutils/adduser.c | |||
@@ -77,7 +77,7 @@ static int passwd_study(const char *filename, struct passwd *p) | |||
77 | if ((p->pw_uid > max) || (p->pw_uid < min)) | 77 | if ((p->pw_uid > max) || (p->pw_uid < min)) |
78 | p->pw_uid = min; | 78 | p->pw_uid = min; |
79 | 79 | ||
80 | /* stuff to do: | 80 | /* stuff to do: |
81 | * make sure login isn't taken; | 81 | * make sure login isn't taken; |
82 | * find free uid and gid; | 82 | * find free uid and gid; |
83 | */ | 83 | */ |
@@ -246,7 +246,7 @@ void if_i_am_not_root(void) | |||
246 | * | 246 | * |
247 | * home | 247 | * home |
248 | * shell | 248 | * shell |
249 | * gecos | 249 | * gecos |
250 | * | 250 | * |
251 | * can be customized via command-line parameters. | 251 | * can be customized via command-line parameters. |
252 | * ________________________________________________________________________ */ | 252 | * ________________________________________________________________________ */ |