diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-11-10 16:46:26 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-11-10 16:46:26 +1100 |
commit | f976e6f883879a3749d79dc64d3f8513095ee9e0 (patch) | |
tree | 6fd861b2862e50e06ae0d18a7d214fa29212309b /openbsd-compat/strtoll.c | |
parent | ad1dada0b4c2d450346984c88e3bc74cdfe2a888 (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.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openbsd-compat/strtoll.c b/openbsd-compat/strtoll.c index 653f572fe..76e87ccbe 100644 --- a/openbsd-compat/strtoll.c +++ b/openbsd-compat/strtoll.c | |||
@@ -32,10 +32,6 @@ | |||
32 | #include "includes.h" | 32 | #include "includes.h" |
33 | #ifndef HAVE_STRTOLL | 33 | #ifndef HAVE_STRTOLL |
34 | 34 | ||
35 | #if defined(LIBC_SCCS) && !defined(lint) | ||
36 | static const char rcsid[] = "$OpenBSD: strtoll.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
37 | #endif /* LIBC_SCCS and not lint */ | ||
38 | |||
39 | #include <sys/types.h> | 35 | #include <sys/types.h> |
40 | 36 | ||
41 | #include <ctype.h> | 37 | #include <ctype.h> |