I've got a box running yesterday's -current and it can't compile
or install things like XFree86 or ImageMagik due to syntax errors
in this file.  Investigating further, I find that the trouble begins
around line 127, where we see:

       #if defined(_P1003_1B_VISIBLE) || defined(KERNEL)
       ..
       #endif

around some declarations for sigval and siginfo_t.  The problem is
that these typedefs are later used to define other structures like
sigevent sig_t but *without* the aformentioned #if clause so they
essentially get referenced without being defined.

I also find it hard to believe that I'm the first to run into this
since the signal changes went in.  Has no one else experienced this?
Oh, and yes, I made sure I was working with the very latest sources
and I rebuilt everything in sight before raising this complaint. :)

- Jordan


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to