cvs commit: src/include Makefile
Dejan Lesjak
dejan.lesjak at ijs.si
Wed Sep 14 06:12:11 PDT 2005
Stefan Farfeleder wrote:
> On Wed, Sep 14, 2005 at 09:01:06AM +0000, Stefan Farfeleder wrote:
>
>> Back out 1.247. On ia64 <osreldate.h> is included from assembler
>> source, the prototype broke buildword.
>
> I waver between guarding the prototype with #ifndef __ASSEMBLER__ and
> moving it to another header, eg. <unistd.h>. Opinions?
> _______________________________________________
> cvs-src at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-src
> To unsubscribe, send any mail to "cvs-src-unsubscribe at freebsd.org"
Well, since you asked :)
The inclusion of prototype seems to have broken imake:
http://lists.freebsd.org/pipermail/freebsd-x11/2005-September/002189.html
So putting it in another include would be neater from this particular point
of view as imake doesn't need changes then :)
Dejan
More information about the cvs-src
mailing list