1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-03 02:20:33 -04:00
ports/sysutils/installwatch/files/patch-installwatch.c
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

11 lines
206 B
C

--- 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);