svn commit: r266308 - head/sys/netinet

Gleb Smirnoff glebius at FreeBSD.org
Sat May 17 12:33:27 UTC 2014


Author: glebius
Date: Sat May 17 12:33:27 2014
New Revision: 266308
URL: http://svnweb.freebsd.org/changeset/base/266308

Log:
  Provide compatibility #define after r265408.
  
  Suggested by:	truckman

Modified:
  head/sys/netinet/tcp_var.h

Modified: head/sys/netinet/tcp_var.h
==============================================================================
--- head/sys/netinet/tcp_var.h	Sat May 17 12:30:27 2014	(r266307)
+++ head/sys/netinet/tcp_var.h	Sat May 17 12:33:27 2014	(r266308)
@@ -505,6 +505,8 @@ struct	tcpstat {
 	uint64_t _pad[12];		/* 6 UTO, 6 TBD */
 };
 
+#define	tcps_rcvmemdrop	tcps_rcvreassfull	/* compat */
+
 #ifdef _KERNEL
 #include <sys/counter.h>
 


More information about the svn-src-all mailing list