summaryrefslogtreecommitdiff
path: root/openbsd-compat/strtoul.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/strtoul.c')
-rw-r--r--openbsd-compat/strtoul.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/strtoul.c b/openbsd-compat/strtoul.c
index 24d0e253d..7c093c48f 100644
--- a/openbsd-compat/strtoul.c
+++ b/openbsd-compat/strtoul.c
@@ -1,5 +1,3 @@
1/* OPENBSD ORIGINAL: lib/libc/stdlib/strtoul.c */
2
3/* 1/*
4 * Copyright (c) 1990 Regents of the University of California. 2 * Copyright (c) 1990 Regents of the University of California.
5 * All rights reserved. 3 * All rights reserved.
@@ -29,6 +27,8 @@
29 * SUCH DAMAGE. 27 * SUCH DAMAGE.
30 */ 28 */
31 29
30/* OPENBSD ORIGINAL: lib/libc/stdlib/strtoul.c */
31
32#include "includes.h" 32#include "includes.h"
33#ifndef HAVE_STRTOUL 33#ifndef HAVE_STRTOUL
34 34