From 91ff83aaa83e0093a1699493be2988539cd1b140 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 7 Oct 1998 10:41:38 +0000 Subject: fixed fork() on SunOS4 (This used to be commit c506ffa527428897689dfd9ff48719208c47669d) --- source3/smbwrapper/realcalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbwrapper/realcalls.h') diff --git a/source3/smbwrapper/realcalls.h b/source3/smbwrapper/realcalls.h index 1a201895b6..9bca0a7ec1 100644 --- a/source3/smbwrapper/realcalls.h +++ b/source3/smbwrapper/realcalls.h @@ -65,7 +65,7 @@ #elif HAVE___FORK #define real_fork() (__fork()) #elif SYS_fork -#define real_fork() (syscall(SYS_fork,())) +#define real_fork() (syscall(SYS_fork)) #endif #ifdef HAVE__OPENDIR -- cgit