From e6bf91675eb11f6dbe5479c1aaa1a535e13aec47 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 15 Nov 1998 16:51:45 +0000 Subject: [PATCH] s/void/const void/ --- include/math.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/math.h b/include/math.h index 7139cc8d3d08..3af25a263983 100644 --- a/include/math.h +++ b/include/math.h @@ -1,4 +1,4 @@ -/* $NetBSD: math.h,v 1.16 1998/11/15 15:57:25 christos Exp $ */ +/* $NetBSD: math.h,v 1.17 1998/11/15 16:51:45 christos Exp $ */ /* * ==================================================== @@ -24,7 +24,7 @@ * ANSI/POSIX */ extern const char __infinity[]; -#define HUGE_VAL (*(const double *)(void *)__infinity) +#define HUGE_VAL (*(const double *)(const void *)__infinity) /* * XOPEN/SVID