mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Adjust recent libevent changes to the portable version.
This commit is contained in:
10
compat.h
10
compat.h
@ -1,4 +1,4 @@
|
||||
/* $Id: compat.h,v 1.19 2009-10-06 15:32:21 tcunha Exp $ */
|
||||
/* $Id: compat.h,v 1.20 2009-11-08 22:51:34 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -49,14 +49,6 @@ typedef uint64_t u_int64_t;
|
||||
#include "compat/bitstring.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_POLL
|
||||
#include <poll.h>
|
||||
#else
|
||||
#define POLLNVAL 0
|
||||
#define POLLHUP 0
|
||||
#include "compat/bsd-poll.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GETOPT
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user