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;