diff options
Diffstat (limited to 'openbsd-compat/strtoll.c')
-rw-r--r-- | openbsd-compat/strtoll.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/strtoll.c b/openbsd-compat/strtoll.c index 60c276f8a..653f572fe 100644 --- a/openbsd-compat/strtoll.c +++ b/openbsd-compat/strtoll.c | |||
@@ -1,5 +1,3 @@ | |||
1 | /* OPENBSD ORIGINAL: lib/libc/stdlib/strtoll.c */ | ||
2 | |||
3 | /*- | 1 | /*- |
4 | * Copyright (c) 1992 The Regents of the University of California. | 2 | * Copyright (c) 1992 The 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/strtoll.c */ | ||
31 | |||
32 | #include "includes.h" | 32 | #include "includes.h" |
33 | #ifndef HAVE_STRTOLL | 33 | #ifndef HAVE_STRTOLL |
34 | 34 | ||