summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_syscalls.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-12-23 22:46:47 +0000
committerphk <phk@FreeBSD.org>2002-12-23 22:46:47 +0000
commit26984a400376cf63b49953e6661acbf02e70c62d (patch)
treeb57dea81cd1322b5b4ab3aafad76899af83884fd /sys/kern/uipc_syscalls.c
parenteb600c56aafb2d036bc322767902838dd016b57c (diff)
downloadFreeBSD-src-26984a400376cf63b49953e6661acbf02e70c62d.zip
FreeBSD-src-26984a400376cf63b49953e6661acbf02e70c62d.tar.gz
Move the declaration of the socket fileops from socketvar.h to file.h.
This allows us to use the new typedefs and removes the needs for a number of forward struct declarations in socketvar.h
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 21aa343..48ba50d 100644
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -107,8 +107,6 @@ u_int sf_buf_alloc_want;
#define COMPAT_OLDSOCK
#endif
-extern struct fileops socketops;
-
/*
* MPSAFE
*/
OpenPOWER on IntegriCloud