hyanantha               Tue Jun 28 09:43:30 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/snmp   snmp.c 
  Log:
  removing redundant NEW_LIBC checks
  
  
http://cvs.php.net/diff.php/php-src/ext/snmp/snmp.c?r1=1.92.2.10&r2=1.92.2.11&ty=u
Index: php-src/ext/snmp/snmp.c
diff -u php-src/ext/snmp/snmp.c:1.92.2.10 php-src/ext/snmp/snmp.c:1.92.2.11
--- php-src/ext/snmp/snmp.c:1.92.2.10   Tue May 10 08:20:03 2005
+++ php-src/ext/snmp/snmp.c     Tue Jun 28 09:43:29 2005
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: snmp.c,v 1.92.2.10 2005/05/10 12:20:03 sniper Exp $ */
+/* $Id: snmp.c,v 1.92.2.11 2005/06/28 13:43:29 hyanantha Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -40,19 +40,13 @@
 #include "win32/time.h"
 #elif defined(NETWARE)
 #ifdef USE_WINSOCK
-/*#include <ws2nlm.h>*/
 #include <novsock2.h>
 #else
 #include <sys/socket.h>
 #endif
 #include <errno.h>
-/*#include <process.h>*/
-#ifdef NEW_LIBC
 #include <sys/timeval.h>
 #else
-#include "netware/time_nw.h"
-#endif
-#else
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>

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

Reply via email to