hyanantha               Fri Jan  3 06:36:58 2003 EDT

  Modified files:              
    /php4/netware       geterrnoptr.c 
  Log:
  New file added for NetWare.
  
  
Index: php4/netware/geterrnoptr.c
diff -u /dev/null php4/netware/geterrnoptr.c:1.2
--- /dev/null   Fri Jan  3 06:36:58 2003
+++ php4/netware/geterrnoptr.c  Fri Jan  3 06:36:57 2003
@@ -0,0 +1,9 @@
+/* Moved into a separate source file -- can be eliminated later */
+
+#include <errno.h>
+
+int *__get_errno_ptr(void)
+{   
+    return ___errno();
+}
+



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

Reply via email to