summaryrefslogtreecommitdiff
path: root/emulators/mtools/files/patch-g
blob: 26018354e5c96dca031647a4b3316d85aeab31f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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
 }