Date: Sun, 19 Dec 1999 18:39:27 -0800 (PST) From: John Polstra <jdp@polstra.com> To: Sean Jensen-Grey <seanj@speakeasy.org> Cc: freebsd-stable@freebsd.org Subject: RE: make world breakage at /usr/src/libexec/rtld-elf/rtld.c Message-ID: <XFMail.991219183927.jdp@polstra.com> In-Reply-To: <Pine.LNX.4.05.9912191828240.9275-100000@grace.speakeasy.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Sean Jensen-Grey wrote: > Its probably something I did wrong but ... I just cvsup'd tonight > and did a make in /usr/src You should have done a "make world", or a "make buildworld" followed by a "make installworld". Just plain "make" in /usr/src is almost never the right thing to do. > Where is STAILQ_FOREACH() defined? It's defined in <sys/queue.h>. If you use "make world" or "make buildworld" then the most up-to-date version will be used rather than the old version in your /usr/include tree. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.991219183927.jdp>