summaryrefslogtreecommitdiff
path: root/port/strtol.c
diff options
context:
space:
mode:
Diffstat (limited to 'port/strtol.c')
-rw-r--r--port/strtol.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/port/strtol.c b/port/strtol.c
index 8c5d7b42..a355dde9 100644
--- a/port/strtol.c
+++ b/port/strtol.c
@@ -27,13 +27,14 @@
* SUCH DAMAGE.
*/
+#if 0
__RCSID("$NetBSD: strtol.c,v 1.18 2008/08/20 12:42:26 joerg Exp $");
+#endif
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>
-#include <stdint.h>
#include <stdlib.h>
#define _FUNCNAME strtol