Remove obsolete comment about sf_buf_* functions being static. They were

made un-static in rev 1.114.
This commit is contained in:
David Greenman 2002-08-13 18:20:08 +00:00
parent c3a2e97634
commit a370c70055

View File

@ -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)