In article <[EMAIL PROTECTED]> you wrote:
> peter       2000/09/02 23:04:17 PDT
> 
>   Modified files:
>     sys/sys              libkern.h 
>   Log:
>   libkern.h now internally uses the bzero() definition from sys/systm.h.
>   This is kinda important since the bzero symbol on i386 is not a function
>   but a function pointer..  If memset() tried to call it as though it were
>   a function, things would be less than satisfactory.  In reality though
>   this was not an actual problem and just caused compile warnings.

        But now lines 40 and 41 of 'src/sys/sys/libkern.h' ver. 1.22 
are:

#include <sys/types.h>
#include <sys/systm.h>

        'srs/sys/types.h' contains (at lines 117 and 118) macros
'minor' and 'najor' definitions for which are also in 'src/sys/sys/systm.h'
(at lines 331 and 332). This results (at least) in 'src/lib/libstand'
brokeness due to 'make buildworld'.

        Please repair the damage ;-)


        N.Dudorov


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

Reply via email to