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_delete.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_delete.c')
-rw-r--r-- | lib/libc/sys/timer_delete.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/timer_delete.c b/lib/libc/sys/timer_delete.c index 6c45049e8b2..d108d4584d7 100644 --- a/lib/libc/sys/timer_delete.c +++ b/lib/libc/sys/timer_delete.c @@ -1,6 +1,4 @@ -#if defined(SYSLIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: timer_delete.c,v 1.4 2003/06/11 21:03:10 deraadt Exp $"; -#endif /* SYSLIBC_SCCS and not lint */ +/* $OpenBSD: timer_delete.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ #include <signal.h> #include <time.h> |