mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Solaris build fixes from Rob Paisley.
This commit is contained in:
8
compat.h
8
compat.h
@ -35,6 +35,14 @@
|
|||||||
#define ECHOPRT 0
|
#define ECHOPRT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef ACCESSPERMS
|
||||||
|
#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if !defined(FIONREAD) && defined(__sun)
|
||||||
|
#include <sys/filio.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_BSD_TYPES
|
#ifndef HAVE_BSD_TYPES
|
||||||
typedef uint8_t u_int8_t;
|
typedef uint8_t u_int8_t;
|
||||||
typedef uint16_t u_int16_t;
|
typedef uint16_t u_int16_t;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/param.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include <event.h>
|
#include <event.h>
|
||||||
|
Reference in New Issue
Block a user