diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-10-16 00:56:51 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-10-16 00:56:51 +0000 |
commit | 7d19fcde2b525a5d8632b876bc4240d68668d24d (patch) | |
tree | d96abaa9a749c7ad11917dcdc5990dc520b196f1 /emulators/mtools/files | |
parent | Update to Licq 1.0. (diff) |
Upgrade to version 3.9.7
Notes
Notes:
svn path=/head/; revision=33872
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 - } - |