[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fselect for exceptional conditions patch
I wrote:
> --- file.h.orig Sun Jun 19 17:54:16 1994
> +++ file.h Sun Jun 19 18:31:18 1994
> @@ -340,6 +340,7 @@
> #define FSTAT (('F'<< 8) | 0) /* handled by kernel */
> #define FIONREAD (('F'<< 8) | 1)
> #define FIONWRITE (('F'<< 8) | 2)
> +#define FIOEXCEPT (('F'<< 8) | 3)
> #define TIOCGETP (('T'<< 8) | 0)
> #define TIOCSETN (('T'<< 8) | 1)
> #define TIOCGETC (('T'<< 8) | 2)
Oh dear, looks like both (('F'<<8)|3) and (('F'<<8)|4) are already defined
by the mintlib and used in MinixFS! Does:
> +#define FIOEXCEPT (('F'<< 8) | 5)
sound like a saver value? And why didn't I look there before? ;)
ciao,
TeSche
--
Torsten Scherer (TeSche, Schiller...)
Faculty of Technology, University of Bielefeld, Germany, Europe, Earth...
| Use any of "finger itschere@129.70.131.2-15" for adresses and more. |
| Last updated: 14. April 1994. |