From: John Hughes Date: Tue, 6 Mar 2001 16:22:18 +0000 (+0000) Subject: Fix for freebsd 4.1 X-Git-Tag: v4.5.18~1095 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3deafe28658c7727b2b821d41b26d21a8f48aa04;p=strace Fix for freebsd 4.1 --- diff --git a/freebsd/syscalls.pl b/freebsd/syscalls.pl index 0b072a97..0dc389ae 100644 --- a/freebsd/syscalls.pl +++ b/freebsd/syscalls.pl @@ -110,7 +110,7 @@ while () { $_ = "$_$line"; } - if (/^(\d+)\s+\w+\s+\w+\s+\{\s*([^}]+)\s*\}([^}]*)$/) { + if (/^(\d+)\s+(?:MPSAFE\s+)?\w+\s+\w+\s+\{\s*([^}]+)\s*\}([^}]*)$/) { my($proto, $ext, $name, $nargs, @args, $pfunc, $cat); $proto = $2;