dmitry          Tue Dec 14 09:00:51 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/pcntl  pcntl.c 
  Log:
  Fixed build on linux-glibc21-i386
  
  
http://cvs.php.net/diff.php/php-src/ext/pcntl/pcntl.c?r1=1.44.2.1&r2=1.44.2.2&ty=u
Index: php-src/ext/pcntl/pcntl.c
diff -u php-src/ext/pcntl/pcntl.c:1.44.2.1 php-src/ext/pcntl/pcntl.c:1.44.2.2
--- php-src/ext/pcntl/pcntl.c:1.44.2.1  Sat Aug 28 08:20:41 2004
+++ php-src/ext/pcntl/pcntl.c   Tue Dec 14 09:00:50 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: pcntl.c,v 1.44.2.1 2004/08/28 12:20:41 derick Exp $ */
+/* $Id: pcntl.c,v 1.44.2.2 2004/12/14 14:00:50 dmitry Exp $ */
 
 #define PCNTL_DEBUG 0
 
@@ -148,8 +148,10 @@
 #ifdef SIGPWR
        REGISTER_LONG_CONSTANT("SIGPWR",   (long) SIGPWR, CONST_CS | 
CONST_PERSISTENT);
 #endif
+#ifdef SIGSYS
        REGISTER_LONG_CONSTANT("SIGSYS",   (long) SIGSYS, CONST_CS | 
CONST_PERSISTENT);
        REGISTER_LONG_CONSTANT("SIGBABY",  (long) SIGSYS, CONST_CS | 
CONST_PERSISTENT);
+#endif
 
 #if HAVE_GETPRIORITY || HAVE_SETPRIORITY
        REGISTER_LONG_CONSTANT("PRIO_PGRP", PRIO_PGRP, CONST_CS | 
CONST_PERSISTENT);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to