[comp.windows.x] contrib: clients/xmessage

casey@lll-crg.llnl.gov (Casey Leedom) (01/13/89)

*** clients/xmessage/init.c-dist	Fri Oct 21 11:53:50 1988
--- clients/xmessage/init.c	Fri Dec 30 19:52:15 1988
***************
*** 130,148 ****
  	    "other device.");
      PrintError(FALSE, warn_buf);
    }
-   
- /*
-  * If we are using stdin, make sure that it is not connected to the tty, 
-  * this is not a useful state of affairs.
-  */
-   
-   if (ioctl( fileno(stdin), TIOCGETP, &garbage) == 0) {
-     char warn_buf[BUFSIZ];
-     sprintf(warn_buf, "%s %s %s", "Standard Input (stdin) may not come from",
- 	    "a tty.\n               It must come from a pipe, file or ", 
- 	    "other device.");
-     PrintError(FALSE, warn_buf);
-   }
  }
  
  /*	Function Name: PrintArgs
--- 130,135 ----