1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

imsg.h does not need sys/tree.h.

ok eric
This commit is contained in:
Nicholas Marriott 2010-04-27 21:04:04 +00:00
parent d529e7e14e
commit 83e1a33ff5

2
imsg.h
View File

@ -18,8 +18,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/tree.h>
#define READ_BUF_SIZE 65535
#define IMSG_HEADER_SIZE sizeof(struct imsg_hdr)
#define MAX_IMSGSIZE 16384