diff options
author | dg <dg@FreeBSD.org> | 2002-08-13 18:20:08 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 2002-08-13 18:20:08 +0000 |
commit | 7a86c9d7389910cfc182559f8cda3c63f8c3bd83 (patch) | |
tree | c865732f682ae089488ddfa2074b6bbf4449dd47 /sys | |
parent | f8527d0b6dce7a1c504bf4bd6048739d7884d1cc (diff) | |
download | FreeBSD-src-7a86c9d7389910cfc182559f8cda3c63f8c3bd83.zip FreeBSD-src-7a86c9d7389910cfc182559f8cda3c63f8c3bd83.tar.gz |
Remove obsolete comment about sf_buf_* functions being static. They were
made un-static in rev 1.114.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/uipc_syscalls.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c index 123aef6..793e958 100644 --- a/sys/kern/uipc_syscalls.c +++ b/sys/kern/uipc_syscalls.c @@ -1570,9 +1570,6 @@ getsockaddr(namp, uaddr, len) /* * Allocate a pool of sf_bufs (sendfile(2) or "super-fast" if you prefer. :-)) - * XXX - The sf_buf functions are currently private to sendfile(2), so have - * been made static, but may be useful in the future for doing zero-copy in - * other parts of the networking code. */ static void sf_buf_init(void *arg) |