From 81eac4c7f0f3f91fd02a0c66295b715e72759166 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 26 Mar 2007 08:59:03 +0000 Subject: Complete removal of uipc_socket2.c by moving the last few functions to other C files: - Move sbcreatecontrol() and sbtoxsockbuf() to uipc_sockbuf.c. While sbcreatecontrol() is really an mbuf allocation routine, it does its work with awareness of the layout of socket buffer memory. - Move pru_*() protocol switch stubs to uipc_socket.c where the non-stub versions of several of these functions live. Likewise, move socket state transition calls (soisconnecting(), etc) to uipc_socket.c. Moveo sodupsockaddr() and sotoxsocket(). --- sys/conf/files | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/conf/files') diff --git a/sys/conf/files b/sys/conf/files index 6c7069e..4f18935 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1459,7 +1459,6 @@ kern/uipc_mqueue.c optional p1003_1b_mqueue kern/uipc_sem.c optional p1003_1b_semaphores kern/uipc_sockbuf.c standard kern/uipc_socket.c standard -kern/uipc_socket2.c standard kern/uipc_syscalls.c standard kern/uipc_usrreq.c standard kern/vfs_acl.c standard -- cgit v1.1