From 6dce2e7eff44abde5af8dc5ee18ca69ee0a491b1 Mon Sep 17 00:00:00 2001 From: dg Date: Tue, 13 Aug 2002 19:03:19 +0000 Subject: Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.h so that they can be seen by external callers. --- sys/kern/uipc_cow.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/kern/uipc_cow.c') diff --git a/sys/kern/uipc_cow.c b/sys/kern/uipc_cow.c index f909e78..14231a2 100644 --- a/sys/kern/uipc_cow.c +++ b/sys/kern/uipc_cow.c @@ -80,8 +80,6 @@ static struct netsend_cow_stats socow_stats = {0,0,0,0,0,0,0,0,0,0,0}; extern struct sf_buf *sf_bufs; extern vm_offset_t sf_base; #define dtosf(x) (&sf_bufs[((uintptr_t)(x) - (uintptr_t)sf_base) >> PAGE_SHIFT]) -void sf_buf_free(caddr_t addr, void *args); -struct sf_buf *sf_buf_alloc(void); static void socow_iodone(void *addr, void *args); static void -- cgit v1.1