summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/strtoll.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-10 16:46:26 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-11-10 16:46:26 +1100
commitf976e6f883879a3749d79dc64d3f8513095ee9e0 (patch)
tree6fd861b2862e50e06ae0d18a7d214fa29212309b /openbsd-compat/strtoll.c
parentad1dada0b4c2d450346984c88e3bc74cdfe2a888 (diff)
- (dtucker) [openbsd-compat/strtoll.c] Update from OpenBSD 1.4 -> 1.5.
Removal of rcsid.
Diffstat (limited to 'openbsd-compat/strtoll.c')
-rw-r--r--openbsd-compat/strtoll.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbsd-compat/strtoll.c b/openbsd-compat/strtoll.c
index 653f572f..76e87ccb 100644
--- a/openbsd-compat/strtoll.c
+++ b/openbsd-compat/strtoll.c
@@ -32,10 +32,6 @@
#include "includes.h"
#ifndef HAVE_STRTOLL
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$OpenBSD: strtoll.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <ctype.h>