summaryrefslogtreecommitdiff
path: root/port/strtoull.c
diff options
context:
space:
mode:
Diffstat (limited to 'port/strtoull.c')
-rw-r--r--port/strtoull.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/port/strtoull.c b/port/strtoull.c
index 29435f50..91e4ddfb 100644
--- a/port/strtoull.c
+++ b/port/strtoull.c
@@ -27,13 +27,14 @@
* SUCH DAMAGE.
*/
+#if 0
__RCSID("$NetBSD: strtoul.c,v 1.3 2008/08/20 19:58:34 oster Exp $");
+#endif
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>
-#include <stdint.h>
#include <stdlib.h>
#define _FUNCNAME strtoull