View | Details | Raw Unified | Return to bug 268793 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/filewatcherd/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	filewatcherd
1
PORTNAME=	filewatcherd
2
DISTVERSION=	1.0-beta3
2
DISTVERSION=	1.0-beta3
3
PORTREVISION=	1
3
PORTEPOCH=	1
4
PORTEPOCH=	1
4
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
5
6
(-)b/sysutils/filewatcherd/files/patch-filewatcherd.c (-1 / +11 lines)
Added Link Here
0
- 
1
--- filewatcherd.c.orig	2023-01-06 23:25:14 UTC
2
+++ filewatcherd.c
3
@@ -84,7 +84,7 @@ main(int argc, char **argv) {
4
 	struct kevent event;
5
 	struct watch_entry *wentry;
6
 	pid_t pid;
7
-	char c;
8
+	int c;
9
 	char *s;
10
 
11
 

Return to bug 268793