diff options
Diffstat (limited to 'emulators/mtools/files')
-rw-r--r-- | emulators/mtools/files/patch-g | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/mtools/files/patch-g b/emulators/mtools/files/patch-g deleted file mode 100644 index 26018354e5c9..000000000000 --- a/emulators/mtools/files/patch-g +++ /dev/null @@ -1,11 +0,0 @@ ---- llong.c~ Wed Mar 17 23:43:14 1999 -+++ llong.c Mon Oct 9 18:21:24 2000 -@@ -51,7 +51,7 @@ - else - return -1; - #else -- return lseek(fd, (off_t) where, whence); -+ return lseek(fd, (off_t) where, whence) == (off_t) -1 ? -1 : 0; - #endif - } - |