summaryrefslogtreecommitdiff
path: root/lib/libc/sys/timer_create.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-08-08 08:05:39 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-08-08 08:05:39 +0000
commit09c68f18c4a9147d6181993dbc13fa43f69a6887 (patch)
tree29ce24055216c4cd6d82d1410987040632c858b6 /lib/libc/sys/timer_create.c
parent1c72a646a8e39b93297b437918b3b1471ce8e77a (diff)
zap remaining rcsid.
Kill old files that are no longer compiled. okay theo
Diffstat (limited to 'lib/libc/sys/timer_create.c')
-rw-r--r--lib/libc/sys/timer_create.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/timer_create.c b/lib/libc/sys/timer_create.c
index f588dbd670a..e7abf4196e4 100644
--- a/lib/libc/sys/timer_create.c
+++ b/lib/libc/sys/timer_create.c
@@ -1,6 +1,4 @@
-#if defined(SYSLIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: timer_create.c,v 1.5 2003/06/11 21:03:10 deraadt Exp $";
-#endif /* SYSLIBC_SCCS and not lint */
+/* $OpenBSD: timer_create.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
#include <signal.h>
#include <time.h>