Add an XXX about a <sys/queue.h> transgression which needs cleaned up.

This commit is contained in:
Poul-Henning Kamp 2001-01-02 10:34:09 +00:00
parent 637f671a3d
commit 7f9cb01893
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70596

View File

@ -89,6 +89,7 @@ static int getpeername1 __P((struct proc *p, struct getpeername_args *uap,
* additional sf_lock mutex.
*/
static struct {
/* XXX: FIXME! This is a very improper use of <sys/queue.h> */
struct sf_buf *slh_first;
struct mtx sf_lock;
} sf_freelist;