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 /libpwdgrp/shadow.c | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'libpwdgrp/shadow.c')
-rw-r--r-- | libpwdgrp/shadow.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libpwdgrp/shadow.c b/libpwdgrp/shadow.c index 9e218f96f..b3a4901f5 100644 --- a/libpwdgrp/shadow.c +++ b/libpwdgrp/shadow.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Copyright 1989 - 1994, Julianne Frances Haugh + * Copyright 1989 - 1994, Julianne Frances Haugh * <jockgrrl@austin.rr.com>, <jfh@austin.ibm.com> * All rights reserved. * @@ -29,8 +29,8 @@ * SUCH DAMAGE. */ -/* TODO: fgetspent_r.c getspent_r.c getspnam_r.c sgetspent_r.c - * lckpwdf ulckpwdf +/* TODO: fgetspent_r.c getspent_r.c getspnam_r.c sgetspent_r.c + * lckpwdf ulckpwdf */ #include <stdio.h> @@ -267,7 +267,7 @@ struct spwd *fgetspent(FILE *fp) /* * putspent - put a (struct spwd *) into the (FILE *) you provide. - * + * * this was described in shadow_.h but not implemented, so here * I go. -beppu * @@ -290,7 +290,7 @@ int putspent(const struct spwd *sp, FILE *fp) sp->sp_min, /* minimum number of days between changes */ sp->sp_max, /* maximum number of days between changes */ sp->sp_warn, /* number of days of warning before password expires */ - sp->sp_inact, /* number of days after password expires until + sp->sp_inact, /* number of days after password expires until the account becomes unusable */ sp->sp_expire, /* days since 1/1/70 until account expires */ ""); |