ports/116677: [patch] flow-tools on amd64 is broken
Michael W. Lucas
mwlucas at blackhelicopters.org
Thu Sep 27 18:13:51 UTC 2007
Oops, missed a patch, attached.
--
Michael W. Lucas mwlucas at BlackHelicopters.org, mwlucas at FreeBSD.org
http://www.BlackHelicopters.org/~mwlucas/
Coming Soon: "Absolute FreeBSD" -- http://www.AbsoluteFreeBSD.com
On 5/4/2007, the TSA kept 3 pairs of my soiled undies "for security reasons."
-------------- next part --------------
--- lib/ftlib.h.orig Wed Sep 26 16:21:50 2007
+++ lib/ftlib.h Wed Sep 26 16:21:23 2007
@@ -416,8 +416,8 @@
};
struct fttime {
- u_int32 secs;
- u_int32 msecs;
+ time_t secs;
+ time_t msecs;
};
struct ftver {
@@ -2710,7 +2710,7 @@
int ftfile_dump(struct ftfile_entries *fte);
struct ftfile_entry *ftfile_entry_new(int len);
void ftfile_entry_free(struct ftfile_entry *entry);
-int ftfile_mkpath(u_int32 ftime, int nest);
+int ftfile_mkpath(time_t ftime, int nest);
void ftfile_pathname(char *buf, int bsize, int nest, struct ftver ftv,
int done, u_int32 ftime);
More information about the freebsd-ports-bugs
mailing list