moriyoshi               Thu Oct 24 10:12:06 2002 EDT

  Modified files:              
    /php4/ext/standard  dl.c 
  Log:
  Reverted because my patch doesn't make sense: it was just my problem.
  
  
Index: php4/ext/standard/dl.c
diff -u php4/ext/standard/dl.c:1.77 php4/ext/standard/dl.c:1.78
--- php4/ext/standard/dl.c:1.77 Thu Oct 24 10:01:45 2002
+++ php4/ext/standard/dl.c      Thu Oct 24 10:12:06 2002
@@ -18,14 +18,13 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: dl.c,v 1.77 2002/10/24 14:01:45 moriyoshi Exp $ */
+/* $Id: dl.c,v 1.78 2002/10/24 14:12:06 moriyoshi Exp $ */
 
 #include "php.h"
 #include "dl.h"
 #include "php_globals.h"
 #include "ext/standard/info.h"
 #include "SAPI.h"
-#include "build-defs.h"
 
 #if defined(HAVE_LIBDL) || HAVE_MACH_O_DYLD_H
 #include <stdlib.h>



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

Reply via email to