diff options
author | phk <phk@FreeBSD.org> | 2001-01-02 10:34:09 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-01-02 10:34:09 +0000 |
commit | 75f809e410c1e952f025f36a7d4be594050bd5ef (patch) | |
tree | 554d3e5cf081793bcbf476b98c38e9ccc40e334f /sys | |
parent | 854305bfac32367ebb9550b239ddef9d75cf37c5 (diff) | |
download | FreeBSD-src-75f809e410c1e952f025f36a7d4be594050bd5ef.zip FreeBSD-src-75f809e410c1e952f025f36a7d4be594050bd5ef.tar.gz |
Add an XXX about a <sys/queue.h> transgression which needs cleaned up.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/uipc_syscalls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c index 812764f..b0c803c 100644 --- a/sys/kern/uipc_syscalls.c +++ b/sys/kern/uipc_syscalls.c @@ -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; |