b64ae28bc4
instead of the tarball from laptop.org. Lets us get rid of many patches. - Enable shared memory (run without -w) since kurt@'s patch has fixed it. This gives us many bugfixes and goodies such as a fix for the numlock freeze bug and re-enabling the air crash disaster. Full changelog at http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis
14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
$OpenBSD: patch-src_sim_headers_sim_h,v 1.2 2008/01/27 16:34:32 deanna Exp $
|
|
--- src/sim/headers/sim.h.orig Sat Jan 26 18:16:57 2008
|
|
+++ src/sim/headers/sim.h Sat Jan 26 18:17:14 2008
|
|
@@ -103,7 +103,9 @@
|
|
#include <sys/resource.h>
|
|
#ifndef MSDOS
|
|
#ifndef HPUX
|
|
+#ifndef __OpenBSD__
|
|
#include <alloca.h>
|
|
+#endif
|
|
#endif
|
|
#include <sys/mman.h>
|
|
#include <netinet/in.h>
|