diff options
Diffstat (limited to 'emulators/mtools/files/patch-d')
-rw-r--r-- | emulators/mtools/files/patch-d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/mtools/files/patch-d b/emulators/mtools/files/patch-d new file mode 100644 index 000000000000..6649c0e28c26 --- /dev/null +++ b/emulators/mtools/files/patch-d @@ -0,0 +1,11 @@ +--- configure.38-1611 Wed Jan 21 00:15:20 1998 ++++ configure Wed Jan 21 00:19:56 1998 +@@ -2067,7 +2067,7 @@ + fi + + echo "$ac_t""$cf_cv_dcl_sys_errlist" 1>&6 +-test $cf_cv_dcl_sys_errlist = no && cat >> confdefs.h <<\EOF ++test $cf_cv_dcl_sys_errlist = no || cat >> confdefs.h <<\EOF + #define DECL_SYS_ERRLIST 1 + EOF + |