summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat')
-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 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)
36static 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>