cvsuser 03/11/01 04:07:16
Modified: include/parrot exec.h
Log:
With this patch Parrot is being successfully built on NetBSD 1.6.
Courtesy of Nick Kostirya
Revision Changes Path
1.8 +2 -2 parrot/include/parrot/exec.h
Index: exec.h
===================================================================
RCS file: /cvs/public/parrot/include/parrot/exec.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -r1.7 -r1.8
--- exec.h 13 Aug 2003 12:52:51 -0000 1.7
+++ exec.h 1 Nov 2003 12:07:16 -0000 1.8
@@ -2,7 +2,7 @@
* exec.h
*
* CVS Info
- * $Id: exec.h,v 1.7 2003/08/13 12:52:51 grunblatt Exp $
+ * $Id: exec.h,v 1.8 2003/11/01 12:07:16 leo Exp $
* Overview:
* Exec header file.
* History:
@@ -21,7 +21,7 @@
# if PARROT_EXEC_OS_DARWIN
# define EXEC_MACH_O
# endif
-# if (PARROT_EXEC_OS_FREEBSD) || (PARROT_EXEC_OS_LINUX)
+# if (PARROT_EXEC_OS_FREEBSD) || (PARROT_EXEC_OS_NETBSD) || (PARROT_EXEC_OS_LINUX)
# define EXEC_ELF
# endif