diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-21 08:57:16 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-21 08:57:16 +0000 |
commit | b045b7eb79a0558e94e4e2be16438232973f40d2 (patch) | |
tree | fa2a54a69b8bd82397837e01c9d425ca80f4d1fe /emulators/mtools/files/patch-d | |
parent | Path on master site changed. (diff) |
Author patch. Adds recursive mcopy, mdir, mattrib. Bugfixes to FAT32
handling. Adds mshowfat cmd.
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 + |