diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-26 08:49:36 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-26 08:49:36 +0000 |
commit | 2da2a17c979608b2e94138a896554645c21d6369 (patch) | |
tree | 40ece21596eb05bdc2b0cbc112f70416a1688dde /lib/libc | |
parent | 7b8f2cc72aa694fc397807ef4722f2c50c1744a9 (diff) |
Add $OpenBSD$ tags
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/timer_create.c | 4 | ||||
-rw-r--r-- | lib/libc/sys/timer_delete.c | 4 | ||||
-rw-r--r-- | lib/libc/sys/timer_getoverrun.c | 4 | ||||
-rw-r--r-- | lib/libc/sys/timer_gettime.c | 4 | ||||
-rw-r--r-- | lib/libc/sys/timer_settime.c | 4 |
5 files changed, 20 insertions, 0 deletions
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 <signal.h> #include <time.h> #include <errno.h> 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 <signal.h> #include <time.h> #include <errno.h> 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> 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 <signal.h> #include <time.h> #include <errno.h> 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> |