Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!samsung!mips!pacbell.com!tandem!zorch!daver!lars.Seri.GOV!sverre@lars.Seri.GOV From: sverre@lars.Seri.GOV (Sverre Froyen) Newsgroups: comp.sys.nsc.32k Subject: pc532 diffs for readline 1.08 patchlevel 1 Message-ID: <9106180434.AA04473@lars.seri.gov> Date: 18 Jun 91 04:34:44 GMT Sender: news@daver.bungi.com (Network News) Organization: Association for the Prevention of Polar Bears and Kangaroos Lines: 79 And the readline diffs. -- Sverre Froyen sverre@seri.gov, sunpeaks!seri!sverre #! /bin/sh # This is a shell archive. Remove anything before this line, then unpack # it by saving it into a file and typing "sh file". To overwrite existing # files, type "sh file -c". You can also feed this as standard input via # unshar, or by typing "sh readline.diff <<'END_OF_readline.diff' X*** 1.1 1991/05/28 19:09:26 X--- readline.c 1991/05/29 19:52:52 X*************** X*** 46,52 **** X--- 46,55 ---- X X #if defined (HAVE_UNISTD_H) X #include X+ #if defined (MINIX) X+ #undef _POSIX_VERSION X #endif X+ #endif X X #define NEW_TTY_DRIVER X #define HAVE_BSD_SIGNALS X*************** X*** 58,64 **** X #endif X X /* System V machines use termio. */ X! #if !defined (_POSIX_VERSION) X #if defined (USG) || defined (hpux) || defined (Xenix) || defined (sgi) || defined (DGUX) X #undef NEW_TTY_DRIVER X #include X--- 61,67 ---- X #endif X X /* System V machines use termio. */ X! #if !defined (_POSIX_VERSION) && !defined (MINIX) X #if defined (USG) || defined (hpux) || defined (Xenix) || defined (sgi) || defined (DGUX) X #undef NEW_TTY_DRIVER X #include X*************** X*** 82,87 **** X--- 85,99 ---- X /* Other (BSD) machines use sgtty. */ X #if defined (NEW_TTY_DRIVER) X #include X+ #endif X+ X+ #if defined (MINIX) X+ #if !defined (TIOCSETN) X+ #define TIOCSETN TIOCSETP X+ #endif X+ #if !defined (O_NDELAY) X+ #define O_NDELAY O_NONBLOCK /* Posix-style non-blocking i/o */ X+ #endif X #endif X X #include END_OF_readline.diff if test 1157 -ne `wc -c