hyanantha               Sat Sep 25 10:09:47 2004 EDT

  Modified files:              
    /php-src/ext/standard       fsock.h 
  Log:
  removed the redundant NEW_LIBC checks
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/fsock.h?r1=1.47&r2=1.48&ty=u
Index: php-src/ext/standard/fsock.h
diff -u php-src/ext/standard/fsock.h:1.47 php-src/ext/standard/fsock.h:1.48
--- php-src/ext/standard/fsock.h:1.47   Thu Jan  8 12:32:51 2004
+++ php-src/ext/standard/fsock.h        Sat Sep 25 10:09:45 2004
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: fsock.h,v 1.47 2004/01/08 17:32:51 sniper Exp $ */
+/* $Id: fsock.h,v 1.48 2004/09/25 14:09:45 hyanantha Exp $ */
 
 /* Synced with php 3.0 revision 1.24 1999-06-18 [ssb] */
 
@@ -26,11 +26,7 @@
 #define FSOCK_H
 
 #ifdef NETWARE
-#ifdef NEW_LIBC
 #include "sys/timeval.h"
-#else
-#include "netware/time_nw.h"    /* For 'timeval' */
-#endif
 #endif
 
 #include "file.h"

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

Reply via email to