From fec2e44ed066f6dc78ac92ad54ea0c6dc2c8099d Mon Sep 17 00:00:00 2001 From: tholo Date: Sat, 26 Apr 1997 08:49:33 +0000 Subject: [PATCH] Add $OpenBSD$ tags --- lib/libc/sys/timer_create.c | 4 ++++ lib/libc/sys/timer_delete.c | 4 ++++ lib/libc/sys/timer_getoverrun.c | 4 ++++ lib/libc/sys/timer_gettime.c | 4 ++++ lib/libc/sys/timer_settime.c | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/lib/libc/sys/timer_create.c b/lib/libc/sys/timer_create.c index 43ca4681fc8..d3b0b088212 100644 --- a/lib/libc/sys/timer_create.c +++ b/lib/libc/sys/timer_create.c @@ -1,3 +1,7 @@ +#if defined(SYSLIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: timer_create.c,v 1.2 1997/04/26 08:49:33 tholo Exp $"; +#endif /* SYSLIBC_SCCS and not lint */ + #include #include #include diff --git a/lib/libc/sys/timer_delete.c b/lib/libc/sys/timer_delete.c index 783c41c7342..2ac033580b9 100644 --- a/lib/libc/sys/timer_delete.c +++ b/lib/libc/sys/timer_delete.c @@ -1,3 +1,7 @@ +#if defined(SYSLIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: timer_delete.c,v 1.2 1997/04/26 08:49:33 tholo Exp $"; +#endif /* SYSLIBC_SCCS and not lint */ + #include #include #include 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 #include #include diff --git a/lib/libc/sys/timer_gettime.c b/lib/libc/sys/timer_gettime.c index dc3863608cf..f96a7aa0df9 100644 --- a/lib/libc/sys/timer_gettime.c +++ b/lib/libc/sys/timer_gettime.c @@ -1,3 +1,7 @@ +#if defined(SYSLIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: timer_gettime.c,v 1.2 1997/04/26 08:49:34 tholo Exp $"; +#endif /* SYSLIBC_SCCS and not lint */ + #include #include #include 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 #include #include -- 2.20.1