summaryrefslogtreecommitdiff
path: root/lib/libcompat/4.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcompat/4.3')
-rw-r--r--lib/libcompat/4.3/regex.c7
-rw-r--r--lib/libcompat/4.3/rexec.c4
-rw-r--r--lib/libcompat/4.3/setrgid.c4
-rw-r--r--lib/libcompat/4.3/setruid.c4
4 files changed, 1 insertions, 18 deletions
diff --git a/lib/libcompat/4.3/regex.c b/lib/libcompat/4.3/regex.c
index 4e248a71907..fae44db652f 100644
--- a/lib/libcompat/4.3/regex.c
+++ b/lib/libcompat/4.3/regex.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: regex.c,v 1.6 2003/06/26 23:19:32 deraadt Exp $ */
+/* $OpenBSD: regex.c,v 1.7 2009/10/27 23:59:28 deraadt Exp $ */
/*-
* Copyright (c) 1992 The Regents of the University of California.
@@ -39,11 +39,6 @@
* but most programs should be fine.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-/*static char sccsid[] = "from: @(#)regex.c 5.1 (Berkeley) 3/29/92";*/
-static char rcsid[] = "$OpenBSD: regex.c,v 1.6 2003/06/26 23:19:32 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <stddef.h>
#include <regexp.h>
diff --git a/lib/libcompat/4.3/rexec.c b/lib/libcompat/4.3/rexec.c
index fa9cd2c0993..e4b7cd58a34 100644
--- a/lib/libcompat/4.3/rexec.c
+++ b/lib/libcompat/4.3/rexec.c
@@ -27,10 +27,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)rexec.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <sys/socket.h>
diff --git a/lib/libcompat/4.3/setrgid.c b/lib/libcompat/4.3/setrgid.c
index 72290a2ee71..fc0a6f1fe63 100644
--- a/lib/libcompat/4.3/setrgid.c
+++ b/lib/libcompat/4.3/setrgid.c
@@ -27,10 +27,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: setrgid.c,v 1.2 2003/06/02 20:18:40 millert Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <unistd.h>
diff --git a/lib/libcompat/4.3/setruid.c b/lib/libcompat/4.3/setruid.c
index d7f190d2974..0089cfbece7 100644
--- a/lib/libcompat/4.3/setruid.c
+++ b/lib/libcompat/4.3/setruid.c
@@ -27,10 +27,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: setruid.c,v 1.2 2003/06/02 20:18:40 millert Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <unistd.h>