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

This commit is contained in:
phk 2001-01-02 10:34:09 +00:00
parent 854305bfac
commit 75f809e410

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;