In message <[EMAIL PROTECTED]>, Bob Willcox writes:

>To follow-up my own question, it appears that the STAILQ_LAST macro has
>been changed (fixed) in -current to return the address of the last entry
>(or NULL if the list is empty).

Please don't MFS sys/queue.h from -current.  It bogusly #includes
<struct.h>.  I have a patch which is in the finishing stages of
brucification right now.


>> #define STAILQ_LAST(head)       (*(head)->stqh_last)
>> 

--
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


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

Reply via email to