summaryrefslogtreecommitdiffstats
path: root/lib/libutil/logwtmp.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2005-08-02 21:46:23 +0000
committerespie <espie@openbsd.org>2005-08-02 21:46:23 +0000
commita4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d (patch)
tree68174b733ed70872339d5951280122c86af6c050 /lib/libutil/logwtmp.c
parentSave floating point context on signals, same diff as macppc (diff)
downloadwireguard-openbsd-a4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d.tar.xz
wireguard-openbsd-a4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d.zip
scrape $Id$ tags.
okay deraadt@, millert@, krw@
Diffstat (limited to 'lib/libutil/logwtmp.c')
-rw-r--r--lib/libutil/logwtmp.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c
index 2ab7b8a53b3..0f968c7679a 100644
--- a/lib/libutil/logwtmp.c
+++ b/lib/libutil/logwtmp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: logwtmp.c,v 1.8 2004/09/18 19:22:09 deraadt Exp $ */
+/* $OpenBSD: logwtmp.c,v 1.9 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[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; */
-static const char rcsid[] = "$Id: logwtmp.c,v 1.8 2004/09/18 19:22:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>