svn commit: r241971 - head/sys/conf

Andre Oppermann andre at FreeBSD.org
Tue Oct 23 23:13:45 UTC 2012


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


More information about the svn-src-all mailing list