Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 1998 23:35:32 +0400 (MSD)
From:      Andrew Maltsev <am@px.f1.ru>
To:        gmarco@giovannelli.it
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Is there someone that is able to ...
Message-ID:  <199804221935.XAA23838@px.f1.ru>

next in thread | raw e-mail | index | archive | help
> > make -j 4 world (as of cvsup this AM) fails here:
         ^^^^^ doesn't matter

> > /usr/src/lib/msun/src/w_cabs.c: In function `cabs':
> > /usr/src/lib/msun/src/w_cabs.c:18: argument `z' doesn't match prototype
> > /usr/obj/usr/src/tmp/usr/include/math.h:175: prototype declaration

I'd noticed it too today. The reason is understandable - in math.h cabs
declared as a function accepting no arguments, and in w_cabs.c - accepting
`complex' argument.

Had I misunderstood anything or patch is really obvious (add proper
declaration to math.h.. may be #ifdef'ed)? Something that makes me
unsure is the fact that both w_cabs and math.h arn't changed recently..


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804221935.XAA23838>