[This is a repost because the ticket system can't handle MIME encoded mail]

Hi,

as I pointed out in my "Parrot on Alpha" post I had to do a change to the 
OpenBSD platform.h file in order to get it to run on other platforms. As I 
ran now into the same problem giving parrot a try on a Vax, I think this 
might be worth commiting. I ran the tests on the Alpha with this file and it 
works on i386 as well. Vax I can't tell by now because OpenBSD doesn't 
support dynamic linking on that platform and I'm looking for a way to get 
parrot linking without it.

Have fun, 
        Marcus


-- 
 :: Marcus Thiesen :: www.thiesen.org :: ICQ#108989768 :: 0x754675F2 :: 

It is the duty of every citizen according to his best capacities to give 
validity to his convictions in political affairs
                                                              Albert Einstein


--- config/gen/platform/openbsd/misc.h.~1.1.~	Thu Feb 19 18:06:17 2004
+++ config/gen/platform/openbsd/misc.h	Sat Apr  3 18:03:45 2004
@@ -2,7 +2,7 @@
 ** Miscellaneous:
 */
 
-#include <i386/exec.h>
+#include <sys/exec.h>
 
 #ifdef NATIVE_EXEC_ELF
 #define PARROT_OPENBSD_ELF

Attachment: pgp00000.pgp
Description: signature

Reply via email to