1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/misc/sword15/files/patch-include::ftpparse.h
Sergey Matveychuk ba655d9014 Update to 1.5.7
PR:		ports/70702
Submitted by:	maintainer
2004-08-20 18:04:07 +00:00

20 lines
494 B
C

--- include/ftpparse.h.orig Tue Aug 17 10:49:11 2004
+++ include/ftpparse.h Tue Aug 17 10:49:24 2004
@@ -1,7 +1,6 @@
#ifndef FTPPARSE_H
#define FTPPARSE_H
-#include <time.h>
/*
ftpparse(&fp,buf,len) tries to parse one line of LIST output.
@@ -25,7 +24,7 @@
int sizetype;
long size; /* number of octets */
int mtimetype;
- time_t mtime; /* modification time */
+ long mtime; /* modification time */
int idtype;
char *id; /* not necessarily 0-terminated */
int idlen;