From 996f618243dce8d1b709afb4267fd50a56232d37 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 22 Feb 2000 01:37:14 +0000 Subject: zsh-workers/9823 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 64e74b575..9937383f7 100644 --- a/configure.in +++ b/configure.in @@ -1140,7 +1140,7 @@ main() if(pid < 0) exit(1); if(pid) { - fd = open("/tmp/fifo$$", O_RDONLY); + fd = open("/tmp/fifo$$", O_RDWR); exit(fd < 0 || read(fd, &c, 1) != 1 || c != 'x'); } fd = open("/tmp/fifo$$", O_WRONLY); -- cgit 1.4.1