diff options
author | 2005-08-08 08:05:33 +0000 | |
---|---|---|
committer | 2005-08-08 08:05:33 +0000 | |
commit | c2c925dec2134a12f472359f2a189e9a312dd721 (patch) | |
tree | 474bc5d8051a3cf6a18b0b801aab619000426fe0 /lib/libc/sys/timer_create.c | |
parent | sync (diff) | |
download | wireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.tar.xz wireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.zip |
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.c | 4 |
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> |