summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2012-10-23 23:13:44 +0000
committerandre <andre@FreeBSD.org>2012-10-23 23:13:44 +0000
commit793eaf7f2a20e1daff6b75a9436b26bf88947e03 (patch)
tree92cf0d487ddf73648027235f2927b92b5d64bf09
parentafe2d7631c478a3797de723a94428298cb135411 (diff)
downloadFreeBSD-src-793eaf7f2a20e1daff6b75a9436b26bf88947e03.zip
FreeBSD-src-793eaf7f2a20e1daff6b75a9436b26bf88947e03.tar.gz
Change the dependency of kern/uipc_cow.c from zero_copy_sockets
to socket_send_cow. Missed in r241931. Submitted by: pluknet
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud