Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



On Fri, Nov 16, 2007 at 01:21:25AM +0000, Andrew Doran wrote:
> 
> Module Name:  src
> Committed By: ad
> Date:         Fri Nov 16 01:21:25 UTC 2007
> 
> Modified Files:
>       src/sys/kern: kern_tc.c
>       src/sys/sys: timevar.h
> 
> Log Message:
> Work around broken MD headers.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.24 -r1.25 src/sys/kern/kern_tc.c
> cvs rdiff -r1.16 -r1.17 src/sys/sys/timevar.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

This breaks sparc64 at least: From kern/kern_mutex.c -> sys/param.h ->
    sys/time.h -> sys/timevar.h -> sys/mutex.h -> machine/mutex.h
Here ipl_cookie_t is not yet defined.

-- 
Juergen Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig 
(Germany)



Home | Main Index | Thread Index | Old Index