summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormor <empty>1994-12-12 20:14:30 +0000
committermor <empty>1994-12-12 20:14:30 +0000
commit98f2f9e28512e63825d26c5da55f309528c5cfbd (patch)
treef39ba909a8e3992dda1523698b7ee416b44e7e4d
parentbc71af691292e5d6144651ad13138020e8f43662 (diff)
XBUG #7137: Xtranslcl fails to compile when I_BIGPIPE defined
-rw-r--r--xc/lib/xtrans/Xtranslcl.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/xc/lib/xtrans/Xtranslcl.c b/xc/lib/xtrans/Xtranslcl.c
index 1d63deb5f..5a04d957b 100644
--- a/xc/lib/xtrans/Xtranslcl.c
+++ b/xc/lib/xtrans/Xtranslcl.c
@@ -1,4 +1,4 @@
-/* $XConsortium: Xtranslcl.c,v 1.18 94/04/17 20:23:03 mor Exp $ */
+/* $XConsortium: Xtranslcl.c,v 1.19 94/07/20 10:07:45 mor Exp mor $ */
/*
Copyright (c) 1993, 1994 X Consortium
@@ -637,10 +637,6 @@ char *port;
return -1;
}
-#if defined(I_BIGPIPE)
- ioctl( fd, I_BIGPIPE, &str );
-#endif /* I_BIGPIPE */
-
if (isastream(fd) <= 0) {
PRMSG(1,"%s is not a streams device\n", server_path, 0,0 );
(void) close(fd);