From 793eaf7f2a20e1daff6b75a9436b26bf88947e03 Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 23 Oct 2012 23:13:44 +0000 Subject: Change the dependency of kern/uipc_cow.c from zero_copy_sockets to socket_send_cow. Missed in r241931. Submitted by: pluknet --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index df95afe..7d473b0 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2691,7 +2691,7 @@ kern/tty_pts.c standard kern/tty_tty.c standard kern/tty_ttydisc.c standard kern/uipc_accf.c optional inet -kern/uipc_cow.c optional zero_copy_sockets +kern/uipc_cow.c optional socket_send_cow kern/uipc_debug.c optional ddb kern/uipc_domain.c standard kern/uipc_mbuf.c standard -- cgit v1.1