Date: 27 Sep 2002 23:05:38 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Lars Eggert <larse@ISI.EDU> Cc: Juli Mallett <jmallett@FreeBSD.ORG>, current@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: sys/sys/proc.h 1.250 breaks devel/libgtop2 port Message-ID: <1033182342.887.6.camel@gyros.marcuscom.com> In-Reply-To: <3D950BDD.6010209@isi.edu> References: <3D94FFA1.6080400@isi.edu> <20020927184025.A16880@FreeBSD.org> <3D950BDD.6010209@isi.edu>
index | next in thread | previous in thread | raw e-mail
On Fri, 2002-09-27 at 21:54, Lars Eggert wrote:
> Juli Mallett wrote:
> > * De: Lars Eggert <larse@ISI.EDU> [ 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 <larse@isi.edu> USC Information Sciences Institute
--
PGP Key : http://www.marcuscom.com/pgp.asc
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1033182342.887.6.camel>
