Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2012 23:13:45 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241971 - head/sys/conf
Message-ID:  <201210232313.q9NNDj3W080148@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andre
Date: Tue Oct 23 23:13:44 2012
New Revision: 241971
URL: http://svn.freebsd.org/changeset/base/241971

Log:
  Change the dependency of kern/uipc_cow.c from zero_copy_sockets
  to socket_send_cow.  Missed in r241931.
  
  Submitted by:	pluknet

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Tue Oct 23 22:58:25 2012	(r241970)
+++ head/sys/conf/files	Tue Oct 23 23:13:44 2012	(r241971)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210232313.q9NNDj3W080148>