On Fri, 2002-09-27 at 21:54, Lars Eggert wrote:
> Juli Mallett wrote:
> > * De: Lars Eggert <[EMAIL PROTECTED]> [ Data: 2002-09-27 ]
> >     [ Subjecte: sys/sys/proc.h 1.250 breaks devel/libgtop2 port ]
> > 
> >>commenting out p_kse in sys/sys/proc.h rev 1.250 broke the 
> >>devel/libgtop2 port (which still uses that field in 
> >>sysdeps/freebsd/proctime.c).
> > 
> > FWIW this bit me too, and I just initialised the values to zero and wrote
> > myself a note to note it to gnome@, and then lost the note.
> 
> That's the stopgap I settled on, too :-)
> 
> Now the build hangs because of sys/vnode.h rev 1.208, which removed 
> VT_UFS...

Yep, I have a fix for this, too.  You can change the == to a call to
strcmp, and basically do a :

strcmp("ufs", variable) == 0;

Like I said, I'm on vacation, or I'd have the actual patch to give to
you.

Joe

> 
> Lars
> -- 
> Lars Eggert <[EMAIL PROTECTED]>           USC Information Sciences Institute
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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

Reply via email to