ports/sysutils/ftrace/files/patch-ab
Kirill Ponomarev c85b1486f4 Update to version 0.9b
PR:		ports/77700
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
2005-02-19 07:45:07 +00:00

11 lines
276 B
Text

--- ftrace.c.orig Fri Sep 17 08:53:25 2004
+++ ftrace.c Sat Feb 19 12:31:16 2005
@@ -128,7 +128,7 @@
int ret;
va_start(ap, flags);
- mode = va_arg(ap, mode_t);
+ mode = va_arg(ap, int);
va_end(ap);
ret = real_open(pathname, flags, mode);
if (ret == -1) return -1;