summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_syscalls.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>2002-08-13 19:03:19 +0000
committerdg <dg@FreeBSD.org>2002-08-13 19:03:19 +0000
commit6dce2e7eff44abde5af8dc5ee18ca69ee0a491b1 (patch)
tree38d456492a460fab5d2ecefd16485346e7819fd5 /sys/kern/uipc_syscalls.c
parent3a04055091eb426022cf3fe3ae4dd348499c8368 (diff)
downloadFreeBSD-src-6dce2e7eff44abde5af8dc5ee18ca69ee0a491b1.zip
FreeBSD-src-6dce2e7eff44abde5af8dc5ee18ca69ee0a491b1.tar.gz
Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.h
so that they can be seen by external callers.
Diffstat (limited to 'sys/kern/uipc_syscalls.c')
-rw-r--r--sys/kern/uipc_syscalls.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c
index 793e958..bcc065d 100644
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -76,8 +76,6 @@
static void sf_buf_init(void *arg);
SYSINIT(sock_sf, SI_SUB_MBUF, SI_ORDER_ANY, sf_buf_init, NULL)
-struct sf_buf *sf_buf_alloc(void);
-void sf_buf_free(void *addr, void *args);
static int sendit(struct thread *td, int s, struct msghdr *mp, int flags);
static int recvit(struct thread *td, int s, struct msghdr *mp, void *namelenp);
OpenPOWER on IntegriCloud