Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_con


Modified Files:
        ecore_con_dns.c 


Log Message:


exit - without atexit calls

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_con/ecore_con_dns.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ecore_con_dns.c     19 Jan 2006 09:11:30 -0000      1.22
+++ ecore_con_dns.c     11 Feb 2006 07:42:33 -0000      1.23
@@ -378,7 +378,11 @@
             write(fd[1], &(addr.s_addr), sizeof(in_addr_t));
          }
        close(fd[1]);
-       exit(0);
+# ifdef __USE_ISOC99
+       Exit(0);
+# else 
+       _exit(0);
+# endif        
      }
    /* PARENT */
    cbdata->handler = ecore_event_handler_add(ECORE_EXE_EVENT_DEL, 
_ecore_con_dns_exit_handler, cbdata);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to