diff options
Diffstat (limited to 'src/lib/libc/stdlib/remque.c')
-rw-r--r-- | src/lib/libc/stdlib/remque.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/remque.c b/src/lib/libc/stdlib/remque.c index f4c5769a8c..ae249ae053 100644 --- a/src/lib/libc/stdlib/remque.c +++ b/src/lib/libc/stdlib/remque.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: remque.c,v 1.1 2003/05/08 23:26:30 millert Exp $ */ | 1 | /* $OpenBSD: remque.c,v 1.2 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1993 John Brezak | 4 | * Copyright (c) 1993 John Brezak |
@@ -28,10 +28,6 @@ | |||
28 | * POSSIBILITY OF SUCH DAMAGE. | 28 | * POSSIBILITY OF SUCH DAMAGE. |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #if defined(LIBC_SCCS) && !defined(lint) | ||
32 | static char *rcsid = "$OpenBSD: remque.c,v 1.1 2003/05/08 23:26:30 millert Exp $"; | ||
33 | #endif /* LIBC_SCCS and not lint */ | ||
34 | |||
35 | #include <search.h> | 31 | #include <search.h> |
36 | 32 | ||
37 | struct qelem { | 33 | struct qelem { |