diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-02 21:46:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-02 21:46:24 +0000 |
commit | b3b3413c24dfd8a2dd8ad5248de327dc94736913 (patch) | |
tree | 3b44f08975cb2bbe05f41d432923b7ca8d2c83b2 /lib/libutil/login.c | |
parent | 2b1625a3d548b5b2c7dde3068e2bc8a89bc383c0 (diff) |
scrape $Id$ tags.
okay deraadt@, millert@, krw@
Diffstat (limited to 'lib/libutil/login.c')
-rw-r--r-- | lib/libutil/login.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libutil/login.c b/lib/libutil/login.c index f97f00f9fac..7d3eec4a025 100644 --- a/lib/libutil/login.c +++ b/lib/libutil/login.c @@ -1,4 +1,4 @@ -/* $OpenBSD: login.c,v 1.9 2004/05/28 07:03:47 deraadt Exp $ */ +/* $OpenBSD: login.c,v 1.10 2005/08/02 21:46:23 espie Exp $ */ /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -28,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -/* from: static char sccsid[] = "@(#)login.c 8.1 (Berkeley) 6/4/93"; */ -static const char rcsid[] = "$Id: login.c,v 1.9 2004/05/28 07:03:47 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <fcntl.h> |