svn commit: r327529 - head/devel/git-merge-changelog/files

Akinori MUSHA knu at FreeBSD.org
Wed Sep 18 07:52:31 UTC 2013


Author: knu
Date: Wed Sep 18 07:52:31 2013
New Revision: 327529
URL: http://svnweb.freebsd.org/changeset/ports/327529

Log:
  Fix build by skipping the existence check for EOWNERDEAD and ENOTRECOVERABLE.

Added:
  head/devel/git-merge-changelog/files/
  head/devel/git-merge-changelog/files/patch-test-errno.c   (contents, props changed)

Added: head/devel/git-merge-changelog/files/patch-test-errno.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/git-merge-changelog/files/patch-test-errno.c	Wed Sep 18 07:52:31 2013	(r327529)
@@ -0,0 +1,13 @@
+--- gltests/test-errno.c.orig	2013-08-05 11:25:41.000000000 +0900
++++ gltests/test-errno.c	2013-09-18 16:47:59.374921027 +0900
+@@ -98,8 +98,8 @@
+ int e116 = ESTALE;
+ int e122 = EDQUOT;
+ int e125 = ECANCELED;
+-int e130 = EOWNERDEAD;
+-int e131 = ENOTRECOVERABLE;
++/* int e130 = EOWNERDEAD; */
++/* int e131 = ENOTRECOVERABLE; */
+ 
+ /* Don't verify that these errno values are all different, except for possibly
+    EWOULDBLOCK == EAGAIN.  Even Linux/x86 does not pass this check: it has


More information about the svn-ports-head mailing list