diff options
author | 2005-08-02 21:46:23 +0000 | |
---|---|---|
committer | 2005-08-02 21:46:23 +0000 | |
commit | a4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d (patch) | |
tree | 68174b733ed70872339d5951280122c86af6c050 /lib/libutil/passwd.c | |
parent | Save floating point context on signals, same diff as macppc (diff) | |
download | wireguard-openbsd-a4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d.tar.xz wireguard-openbsd-a4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d.zip |
scrape $Id$ tags.
okay deraadt@, millert@, krw@
Diffstat (limited to 'lib/libutil/passwd.c')
-rw-r--r-- | lib/libutil/passwd.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libutil/passwd.c b/lib/libutil/passwd.c index ba7a0a52622..b176234dcf5 100644 --- a/lib/libutil/passwd.c +++ b/lib/libutil/passwd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: passwd.c,v 1.45 2004/11/04 18:44:59 millert Exp $ */ +/* $OpenBSD: passwd.c,v 1.46 2005/08/02 21:46:23 espie Exp $ */ /* * Copyright (c) 1987, 1993, 1994, 1995 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$OpenBSD: passwd.c,v 1.45 2004/11/04 18:44:59 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/stat.h> #include <sys/time.h> |