1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/lang/moscow_ml/files/patch-dynlibs::munix::munix.c
Joseph Koshy dcd902f846 Upgrade to v2.0.
Submitted by:	Johannes 5 Joemann <joemann@beefree.free.de>
2002-05-30 10:47:57 +00:00

14 lines
342 B
C

--- dynlibs/munix/munix.c.orig Fri Jan 21 11:07:13 2000
+++ dynlibs/munix/munix.c Fri Apr 12 00:27:33 2002
@@ -59,8 +59,9 @@
failwith("EINVAL"); break;
case EISDIR:
failwith("EISDIR"); break;
- case ELIBBAD:
+/* case ELIBBAD:
failwith("ELIBBAD"); break;
+ */
case ECHILD:
failwith("ECHILD"); break;
case EINTR: