For some reason patch-entr_c wasn't removed from CVS thus the build on sparc64 failed.

This patch should remove that patch.

With the patch-entr_c removed entr also works on sparc64.

Cheers

Fred
--

Index: patches/patch-entr_c
===================================================================
RCS file: patches/patch-entr_c
diff -N patches/patch-entr_c
--- patches/patch-entr_c        5 Apr 2014 22:14:59 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
-$OpenBSD: patch-entr_c,v 1.1 2014/04/05 22:14:59 sthen Exp $
---- entr.c.orig        Thu Mar 13 18:44:39 2014
-+++ entr.c     Sat Apr  5 10:32:08 2014
-@@ -38,7 +38,7 @@
-
- /* events to watch for */
-
--#define NOTE_ALL NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND|NOTE_RENAME
-+#define NOTE_ALL NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND|NOTE_RENAME|NOTE_TRUNCATE
-
- /* shortcuts */
-
-@@ -456,7 +456,8 @@ main:
-               if (evList[i].fflags & NOTE_DELETE ||
-                   evList[i].fflags & NOTE_WRITE  ||
-                   evList[i].fflags & NOTE_EXTEND ||
--                  evList[i].fflags & NOTE_RENAME) {
-+                  evList[i].fflags & NOTE_RENAME ||
-+                  evList[i].fflags & NOTE_TRUNCATE) {
-                       if (fifo.fd == 0)
-                               do_exec = 1;
-                       else {

Index: patches/patch-entr_c
===================================================================
RCS file: patches/patch-entr_c
diff -N patches/patch-entr_c
--- patches/patch-entr_c	5 Apr 2014 22:14:59 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
-$OpenBSD: patch-entr_c,v 1.1 2014/04/05 22:14:59 sthen Exp $
---- entr.c.orig	Thu Mar 13 18:44:39 2014
-+++ entr.c	Sat Apr  5 10:32:08 2014
-@@ -38,7 +38,7 @@
- 
- /* events to watch for */
- 
--#define NOTE_ALL NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND|NOTE_RENAME
-+#define NOTE_ALL NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND|NOTE_RENAME|NOTE_TRUNCATE
- 
- /* shortcuts */
- 
-@@ -456,7 +456,8 @@ main:
- 		if (evList[i].fflags & NOTE_DELETE ||
- 		    evList[i].fflags & NOTE_WRITE  ||
- 		    evList[i].fflags & NOTE_EXTEND ||
--		    evList[i].fflags & NOTE_RENAME) {
-+		    evList[i].fflags & NOTE_RENAME ||
-+		    evList[i].fflags & NOTE_TRUNCATE) {
- 			if (fifo.fd == 0)
- 				do_exec = 1;
- 			else {

Reply via email to