hyanantha               Mon Feb 21 04:17:30 2005 EDT

  Modified files:              
    /php-src/ext/standard       pack.c 
  Log:
  NetWare has pwd.h and removed unwanted check on NEW_LIBC while including 
param.h
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/pack.c?r1=1.55&r2=1.56&ty=u
Index: php-src/ext/standard/pack.c
diff -u php-src/ext/standard/pack.c:1.55 php-src/ext/standard/pack.c:1.56
--- php-src/ext/standard/pack.c:1.55    Tue Jan 25 17:50:39 2005
+++ php-src/ext/standard/pack.c Mon Feb 21 04:17:30 2005
@@ -15,7 +15,7 @@
    | Author: Chris Schneider <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
  */
-/* $Id: pack.c,v 1.55 2005/01/25 22:50:39 iliaa Exp $ */
+/* $Id: pack.c,v 1.56 2005/02/21 09:17:30 hyanantha Exp $ */
 
 #include "php.h"
 
@@ -34,12 +34,8 @@
 #else
 #include <sys/socket.h>
 #endif
-#ifdef NEW_LIBC
 #include <sys/param.h>
 #else
-#include "netware/param.h"
-#endif
-#else
 #include <sys/param.h>
 #endif
 #include "ext/standard/head.h"
@@ -49,8 +45,6 @@
 #if HAVE_PWD_H
 #ifdef PHP_WIN32
 #include "win32/pwd.h"
-#elif defined(NETWARE)
-#include "netware/pwd.h"
 #else
 #include <pwd.h>
 #endif

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

Reply via email to