commit | e8a339c1d2cc708cc63d6b10bf6e6d71e19a6541 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Mar 01 21:32:02 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Mar 01 21:32:02 2004 +0000 |
tree | 7ce89818f8814fc6d02e09bdac587c4b0bba2af5 | |
parent | 93e268efbdb3b5b63b242a324fe3e1ed9c0c1313 [diff] [blame] |
Portability fixes for LSB compatibility.
diff --git a/server/change.c b/server/change.c index e520677..2d42644 100644 --- a/server/change.c +++ b/server/change.c
@@ -79,7 +79,7 @@ static void adjust_changes( int fd, unsigned int filter ) { -#ifdef F_NOTIFY +#if defined(F_SETSIG) && defined(F_NOTIFY) unsigned int val; if ( 0 > fcntl( fd, F_SETSIG, SIGIO) ) return;