From 7f47f4c010afb78338b31a6dab3c1e08d67c46be Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Mon, 28 Jul 2008 06:39:49 +0000 Subject: - Fix bus error due to application error - Remove pkg-plist while here PR: ports/109260 Submitted by: Jason DiCioccio --- sysutils/installwatch/files/patch-installwatch.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sysutils/installwatch/files/patch-installwatch.c (limited to 'sysutils/installwatch/files/patch-installwatch.c') diff --git a/sysutils/installwatch/files/patch-installwatch.c b/sysutils/installwatch/files/patch-installwatch.c new file mode 100644 index 000000000000..6c2778103d02 --- /dev/null +++ b/sysutils/installwatch/files/patch-installwatch.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- installwatch.c.orig ++++ installwatch.c +@@ -574,7 +574,7 @@ + + REFCOUNT; + va_start(ap, flags); +- mode = va_arg(ap, mode_t); ++ mode = va_arg(ap, int); + va_end(ap); + canonicalize(pathname, canonic); + -- cgit v1.2.3