summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-03-26 08:59:03 +0000
committerrwatson <rwatson@FreeBSD.org>2007-03-26 08:59:03 +0000
commit81eac4c7f0f3f91fd02a0c66295b715e72759166 (patch)
tree1cafec9e04f87ecd3e4fc2ed0d4b9265ce83ae83 /sys/conf/files
parent9b2be94dbc56f08c032f76636e4720837899d651 (diff)
downloadFreeBSD-src-81eac4c7f0f3f91fd02a0c66295b715e72759166.zip
FreeBSD-src-81eac4c7f0f3f91fd02a0c66295b715e72759166.tar.gz
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().
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 0 insertions, 1 deletions
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
OpenPOWER on IntegriCloud