Fix previous.

This commit is contained in:
kettenis 2013-01-17 11:02:54 +00:00
parent 2699efd7db
commit f43e7c87ae

View File

@ -65,7 +65,7 @@
#ifdef X_PRIVSEP
extern int priv_open_device(const char *);
#else
#define priv_open_device(n) open(n,O_RDWR|O_NONBLOCK|O_EXCL)
#define priv_open_device(n) open(n, O_RDWR, 0)
#endif
static void AdjustFrame(ADJUST_FRAME_ARGS_DECL);