diff options
author | 2008-12-10 00:59:07 +0000 | |
---|---|---|
committer | 2008-12-10 00:59:07 +0000 | |
commit | fff612d3b0a95ae75863d5ab8e5207a00979c04c (patch) | |
tree | 3355c7354e150e37be965ddf270afb61d989a56f | |
parent | sync (diff) | |
download | wireguard-openbsd-fff612d3b0a95ae75863d5ab8e5207a00979c04c.tar.xz wireguard-openbsd-fff612d3b0a95ae75863d5ab8e5207a00979c04c.zip |
use sys/cdefs.h
-rw-r--r-- | lib/libc/arch/hppa/gen/fabs.c | 4 | ||||
-rw-r--r-- | lib/libc/arch/hppa/gen/ldexp.c | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/arch/hppa/gen/fabs.c b/lib/libc/arch/hppa/gen/fabs.c index ac0479fd84b..139dc7e0125 100644 --- a/lib/libc/arch/hppa/gen/fabs.c +++ b/lib/libc/arch/hppa/gen/fabs.c @@ -1,10 +1,10 @@ -/* $OpenBSD: fabs.c,v 1.4 2008/12/09 20:21:06 martynas Exp $ */ +/* $OpenBSD: fabs.c,v 1.5 2008/12/10 00:59:07 deraadt Exp $ */ /* * Written by Miodrag Vallat. Public domain */ -#include <machine/cdefs.h> +#include <sys/cdefs.h> double fabs(double val) diff --git a/lib/libc/arch/hppa/gen/ldexp.c b/lib/libc/arch/hppa/gen/ldexp.c index 4143659aa39..de38f23e1ca 100644 --- a/lib/libc/arch/hppa/gen/ldexp.c +++ b/lib/libc/arch/hppa/gen/ldexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldexp.c,v 1.4 2008/12/09 20:32:06 martynas Exp $ */ +/* $OpenBSD: ldexp.c,v 1.5 2008/12/10 00:59:07 deraadt Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +35,6 @@ */ #include <sys/types.h> -#include <machine/cdefs.h> #include <machine/ieee.h> #include <errno.h> |