summaryrefslogtreecommitdiffstats
path: root/archivers/zoo/files
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-10-18 01:04:46 +0000
committerjkh <jkh@FreeBSD.org>1994-10-18 01:04:46 +0000
commit0fe103cdb2ecb2840509f4c0bdb785f0ed089a3b (patch)
tree3763a026f28323fb389a5532ac7a2883631056a8 /archivers/zoo/files
parent0b636ecea986d3592f0c612aee8a557bffeb40af (diff)
downloadFreeBSD-ports-0fe103cdb2ecb2840509f4c0bdb785f0ed089a3b.zip
FreeBSD-ports-0fe103cdb2ecb2840509f4c0bdb785f0ed089a3b.tar.gz
Jean-Marc Zucconi's zoo port.
Submitted by: jmz
Diffstat (limited to 'archivers/zoo/files')
-rw-r--r--archivers/zoo/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/zoo/files/patch-aa b/archivers/zoo/files/patch-aa
new file mode 100644
index 0000000..397e18b
--- /dev/null
+++ b/archivers/zoo/files/patch-aa
@@ -0,0 +1,19 @@
+*** bsd.c~ Wed Aug 7 23:34:07 1991
+--- bsd.c Mon Oct 17 16:41:17 1994
+***************
+*** 98,104 ****
+ /* Truncate a file. */
+ int zootrunc(f) FILE *f;
+ {
+! extern long lseek();
+ long seekpos;
+ int fd = fileno(f);
+ seekpos = lseek(fd, 0L, SEEK_CUR);
+--- 98,104 ----
+ /* Truncate a file. */
+ int zootrunc(f) FILE *f;
+ {
+! extern off_t lseek();
+ long seekpos;
+ int fd = fileno(f);
+ seekpos = lseek(fd, 0L, SEEK_CUR);
OpenPOWER on IntegriCloud