j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes:

[...]

Yet another mail sent too quick...

> ++#if !defined(linux) || !defined(OpenBSD)
                                    ^^^^^^^
                                  __OpenBSD__

> + #include <sgtty.h>
> + #endif
> + #include <sys/types.h>
> +@@ -45,7 +45,7 @@
> + #include "cfs.h"
> + #include "shs.h"
> + 
> +-#if defined(irix) || defined(linux)
> ++#if defined(irix) || defined(linux) || defined(__OpenBSD__)
> + /* hacks to use POSIX style termios instead of old BSD style sgttyb */
> + #include <termios.h>
> + #define sgttyb termios
> +@@ -64,7 +64,7 @@ char *prompt;
>       register char *p;
>       register c;
>       FILE *fi;


-- 
jca | PGP: 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494

Reply via email to