diff options
Diffstat (limited to 'devel/bin86/files/patch-ld_writerel.c')
-rw-r--r-- | devel/bin86/files/patch-ld_writerel.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bin86/files/patch-ld_writerel.c b/devel/bin86/files/patch-ld_writerel.c new file mode 100644 index 000000000000..22f621f85678 --- /dev/null +++ b/devel/bin86/files/patch-ld_writerel.c @@ -0,0 +1,11 @@ +--- ld/writerel.c.orig Wed Apr 23 21:05:51 1997 ++++ ld/writerel.c Thu Oct 19 17:01:59 2000 +@@ -9,7 +9,7 @@ + * an as86 object file. + */ + +-#ifdef BUGCOMPAT ++#if 0 + #define A_OUT_INCL "rel_aout.h" + #define BSD_A_OUT 1 + #define FILEHEADERLENGTH 32 |