Provide compatibility #define after r265408.

Suggested by:	truckman
This commit is contained in:
Gleb Smirnoff 2014-05-17 12:33:27 +00:00
parent 0e4f18aa68
commit b1a4156614
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266308

View File

@ -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>