Add $OpenBSD$ tags
authortholo <tholo@openbsd.org>
Sat, 26 Apr 1997 08:49:33 +0000 (08:49 +0000)
committertholo <tholo@openbsd.org>
Sat, 26 Apr 1997 08:49:33 +0000 (08:49 +0000)
lib/libc/sys/timer_create.c
lib/libc/sys/timer_delete.c
lib/libc/sys/timer_getoverrun.c
lib/libc/sys/timer_gettime.c
lib/libc/sys/timer_settime.c

index 43ca468..d3b0b08 100644 (file)
@@ -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>
index 783c41c..2ac0335 100644 (file)
@@ -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>
index 37e3533..4c5a79d 100644 (file)
@@ -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>
index dc38636..f96a7aa 100644 (file)
@@ -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>
index ff42e9c..aa7a05d 100644 (file)
@@ -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>