forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
484 B
C
13 lines
484 B
C
--- 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
|