artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f787194
)
revert
author
martynas
<martynas@openbsd.org>
Fri, 8 Aug 2008 00:41:17 +0000
(
00:41
+0000)
committer
martynas
<martynas@openbsd.org>
Fri, 8 Aug 2008 00:41:17 +0000
(
00:41
+0000)
lib/libm/src/s_nan.c
patch
|
blob
|
history
diff --git
a/lib/libm/src/s_nan.c
b/lib/libm/src/s_nan.c
index
bb75b44
..
f847545
100644
(file)
--- a/
lib/libm/src/s_nan.c
+++ b/
lib/libm/src/s_nan.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: s_nan.c,v 1.
2 2008/08/08 00:32:4
7 martynas Exp $ */
+/* $OpenBSD: s_nan.c,v 1.
3 2008/08/08 00:41:1
7 martynas Exp $ */
/*-
* Copyright (c) 2007 David Schultz
* All rights reserved.
@@
-40,7
+40,7
@@
/*
* OpenBSD's ctype doesn't have digittoint, so we define it here.
*/
-
static
int
+int
_digittoint(int c)
{
if (!isxdigit(c))