Provide compatibility #define after r265408.

Suggested by:	truckman
This commit is contained in:
glebius 2014-05-17 12:33:27 +00:00
parent 9412c23d6c
commit e21a2ccdb6

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>