artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
827b209
)
No need to include float.h anymore.
author
millert
<millert@openbsd.org>
Thu, 25 Aug 2022 13:32:13 +0000
(13:32 +0000)
committer
millert
<millert@openbsd.org>
Thu, 25 Aug 2022 13:32:13 +0000
(13:32 +0000)
lib/libc/time/localtime.c
patch
|
blob
|
history
diff --git
a/lib/libc/time/localtime.c
b/lib/libc/time/localtime.c
index
2fb277d
..
f5e1da6
100644
(file)
--- a/
lib/libc/time/localtime.c
+++ b/
lib/libc/time/localtime.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: localtime.c,v 1.6
1 2019/06/28 13:32:42 deraad
t Exp $ */
+/* $OpenBSD: localtime.c,v 1.6
2 2022/08/25 13:32:13 miller
t Exp $ */
/*
** This file is in the public domain, so clarified as of
** 1996-06-05 by Arthur David Olson.
@@
-12,7
+12,6
@@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
-#include <float.h> /* for FLT_MAX and DBL_MAX */
#include <stdint.h>
#include <stdlib.h>
#include <string.h>