summaryrefslogtreecommitdiff
path: root/lib/libc/sys/timer_getoverrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/timer_getoverrun.c')
-rw-r--r--lib/libc/sys/timer_getoverrun.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/timer_getoverrun.c b/lib/libc/sys/timer_getoverrun.c
index 37e35335f93..4c5a79dfafb 100644
--- a/lib/libc/sys/timer_getoverrun.c
+++ b/lib/libc/sys/timer_getoverrun.c
@@ -1,3 +1,7 @@
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+static char rcsid[] = "$OpenBSD: timer_getoverrun.c,v 1.2 1997/04/26 08:49:34 tholo Exp $";
+#endif /* SYSLIBC_SCCS and not lint */
+
#include <signal.h>
#include <time.h>
#include <errno.h>