diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 21:04:09 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 21:04:09 +0000 |
commit | ec46112e5f33c175b7e899a1c46027347c3aa97b (patch) | |
tree | 77a4190a1c8b7ba00493ab57794cd387d997cc0e /lib/libc/gen/getpwent.c | |
parent | ca8b6682a9a4609bf4be0b3ee7866352ae39eb15 (diff) |
tabify
Diffstat (limited to 'lib/libc/gen/getpwent.c')
-rw-r--r-- | lib/libc/gen/getpwent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index 12aeeb618e0..854e02acea5 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: getpwent.c,v 1.10 1997/04/18 18:55:16 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: getpwent.c,v 1.11 1997/07/23 21:04:06 kstailey Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> @@ -797,7 +797,7 @@ pwuid_netgrp: free(__ypcurrent); __ypcurrent = NULL; /* - * just because this + * just because this * user is bad, doesn't * mean they all are. */ |