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