diff options
author | 2015-09-13 14:21:46 +0000 | |
---|---|---|
committer | 2015-09-13 14:21:46 +0000 | |
commit | fcc6486e8fa643ad995186ed9df8a89e35dbfa53 (patch) | |
tree | 93710612ec1aef4520e753ea29147b5f96fc10cb /lib/libc/softfloat/nesf2.c | |
parent | Remove explicit NULL checks before *_free() calls and tidy some code. (diff) | |
download | wireguard-openbsd-fcc6486e8fa643ad995186ed9df8a89e35dbfa53.tar.xz wireguard-openbsd-fcc6486e8fa643ad995186ed9df8a89e35dbfa53.zip |
Uses angle brackets to include softfloat.h, and add the proper directory to
CFLAGS.
ok guenther@
Diffstat (limited to 'lib/libc/softfloat/nesf2.c')
-rw-r--r-- | lib/libc/softfloat/nesf2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/softfloat/nesf2.c b/lib/libc/softfloat/nesf2.c index 89270a2ed3a..e86f58c02bd 100644 --- a/lib/libc/softfloat/nesf2.c +++ b/lib/libc/softfloat/nesf2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nesf2.c,v 1.2 2012/12/05 23:20:01 deraadt Exp $ */ +/* $OpenBSD: nesf2.c,v 1.3 2015/09/13 14:21:46 miod Exp $ */ /* $NetBSD: nesf2.c,v 1.1 2000/06/06 08:15:07 bjh21 Exp $ */ /* @@ -7,7 +7,7 @@ #include "softfloat-for-gcc.h" #include "milieu.h" -#include "softfloat.h" +#include <softfloat.h> flag __nesf2(float32, float32); |