projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ace25
)
Define NO_SETOWNER_TTYDEV when using posix_openpt.
author
ayin
<ayin>
Tue, 17 Jan 2006 10:25:08 +0000
(10:25 +0000)
committer
ayin
<ayin>
Tue, 17 Jan 2006 10:25:08 +0000
(10:25 +0000)
src/ptytty.h
patch
|
blob
|
history
diff --git
a/src/ptytty.h
b/src/ptytty.h
index 90dd6492f313c49fdee565850b7c3946737797dc..ffe9fa9903d4d052ab1a4ce7264e0d91f112ad99 100644
(file)
--- a/
src/ptytty.h
+++ b/
src/ptytty.h
@@
-4,7
+4,7
@@
#include "feature.h"
#if defined(HAVE_GRANTPT) && defined(HAVE_UNLOCKPT)
-# if defined(PTYS_ARE_GETPT) || defined(PTYS_ARE_PTMX)
+# if defined(PTYS_ARE_GETPT) || defined(PTYS_ARE_P
OSIX) || defined(PTYS_ARE_P
TMX)
# define NO_SETOWNER_TTYDEV 1
# endif
#endif