lib/util: Remove obsolete sys_getpid() and sys_fork().
[kai/samba-autobuild/.git] / lib / util / fault.c
index b3527bb22e695e6402cea3076f0b47271b88e3a9..d0b34e540b432d288708e3191da011ce2bcbb464 100644 (file)
@@ -70,7 +70,7 @@ static void fault_report(int sig)
        counter++;
 
        DEBUGSEP(0);
-       DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)sys_getpid(),SAMBA_VERSION_STRING));
+       DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)getpid(),SAMBA_VERSION_STRING));
        DEBUG(0,("\nPlease read the Trouble-Shooting section of the Samba HOWTO\n"));
        DEBUGSEP(0);