mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Remove obsolete comment about sf_buf_* functions being static. They were
made un-static in rev 1.114.
This commit is contained in:
parent
c3a2e97634
commit
a370c70055
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue