1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/chinese/pine4/files/patch-ag

12 lines
315 B
Plaintext
Raw Normal View History

--- pico/osdep/unix.orig Thu Jul 9 00:20:10 1998
+++ pico/osdep/unix Wed Jul 15 17:02:31 1998
@@ -1952,7 +1952,7 @@
errno = 0; /* make sure previous error are cleared */
- switch(fexist(fn, "w", &filesize)){
+ switch(fexist(fn, "w", (long *)&filesize)){
case FIOFNF :
vapor = TRUE;