comparison src/s/irix5-2.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents af2906590846
children 695cf19ef79e
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
1 #include "irix5-0.h" 1 #include "irix5-0.h"
2 2
3 /* as of version 5.2, irix no longer uses flock, 3 /* as of version 5.2, irix no longer uses flock,
4 according to jackr@wpd.sgi.com. */ 4 according to jackr@wpd.sgi.com. */
5 #undef MAIL_USE_FLOCK 5 #undef MAIL_USE_FLOCK
6 6
7 /* C-g in select is not handled properly with restartable 7 /* C-g in select is not handled properly with restartable
8 system calls. So don't use them. */ 8 system calls. So don't use them. */
9 #undef SA_RESTART 9 #undef SA_RESTART
10 10