aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/shadow.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/shadow.c')
-rw-r--r--libpwdgrp/shadow.c10
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 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * Copyright 1989 - 1994, Julianne Frances Haugh 3 * Copyright 1989 - 1994, Julianne Frances Haugh
4 * <jockgrrl@austin.rr.com>, <jfh@austin.ibm.com> 4 * <jockgrrl@austin.rr.com>, <jfh@austin.ibm.com>
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
@@ -29,8 +29,8 @@
29 * SUCH DAMAGE. 29 * SUCH DAMAGE.
30 */ 30 */
31 31
32/* TODO: fgetspent_r.c getspent_r.c getspnam_r.c sgetspent_r.c 32/* TODO: fgetspent_r.c getspent_r.c getspnam_r.c sgetspent_r.c
33 * lckpwdf ulckpwdf 33 * lckpwdf ulckpwdf
34 */ 34 */
35 35
36#include <stdio.h> 36#include <stdio.h>
@@ -267,7 +267,7 @@ struct spwd *fgetspent(FILE *fp)
267 267
268/* 268/*
269 * putspent - put a (struct spwd *) into the (FILE *) you provide. 269 * putspent - put a (struct spwd *) into the (FILE *) you provide.
270 * 270 *
271 * this was described in shadow_.h but not implemented, so here 271 * this was described in shadow_.h but not implemented, so here
272 * I go. -beppu 272 * I go. -beppu
273 * 273 *
@@ -290,7 +290,7 @@ int putspent(const struct spwd *sp, FILE *fp)
290 sp->sp_min, /* minimum number of days between changes */ 290 sp->sp_min, /* minimum number of days between changes */
291 sp->sp_max, /* maximum number of days between changes */ 291 sp->sp_max, /* maximum number of days between changes */
292 sp->sp_warn, /* number of days of warning before password expires */ 292 sp->sp_warn, /* number of days of warning before password expires */
293 sp->sp_inact, /* number of days after password expires until 293 sp->sp_inact, /* number of days after password expires until
294 the account becomes unusable */ 294 the account becomes unusable */
295 sp->sp_expire, /* days since 1/1/70 until account expires */ 295 sp->sp_expire, /* days since 1/1/70 until account expires */
296 ""); 296 "");