diff options
author | Roger Leigh <rleigh@codelibre.net> | 2018-03-23 23:18:09 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@dundee.ac.uk> | 2018-03-26 14:20:21 +0100 |
commit | bf5a45de679b25f8a9d0f22f34dbeeac1b5dce07 (patch) | |
tree | 6b2272eac3e809f3e6377207c581519fe411f904 /port/strtol.c | |
parent | 14f304998ef89f8ed7a15e72458467f9c23539a7 (diff) | |
download | libtiff-git-bf5a45de679b25f8a9d0f22f34dbeeac1b5dce07.tar.gz |
port: Clean up NetBSD sources and headers to build standalone
Diffstat (limited to 'port/strtol.c')
-rw-r--r-- | port/strtol.c | 3 |
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 |