View | Details | Raw Unified | Return to bug 58533
Collapse All | Expand All

(-)/tmp/44bsd-hunt/Makefile (-7 / +1 lines)
Lines 14-23 Link Here
14
14
15
MAN6=	hunt.6 huntd.6
15
MAN6=	hunt.6 huntd.6
16
16
17
.include <bsd.port.pre.mk>
17
.include <bsd.port.mk>
18
19
.if ${OSVERSION} >= 501000
20
BROKEN=		"Does not compile"
21
.endif
22
23
.include <bsd.port.post.mk>
(-)/tmp/44bsd-hunt/files/patch-driver.c (+11 lines)
Line 0 Link Here
1
--- driver.c.orig	Fri Oct 24 22:24:13 2003
2
+++ driver.c	Fri Oct 24 22:24:13 2003
3
@@ -653,7 +653,7 @@
4
 					if (np->p_flying < 0)
5
 						break;
6
 				if (np >= &Boot[NBOOTS])
7
-					abort(1, "Too many boots");
8
+					abort();
9
 				np->p_undershot = FALSE;
10
 				np->p_x = pp->p_x;
11
 				np->p_y = pp->p_y;

Return to bug 58533