Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2007 13:48:17 -0400
From:      "Michael W. Lucas" <mwlucas@blackhelicopters.org>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/116677: [patch] flow-tools on amd64 is broken
Message-ID:  <20070927174817.GA80725@bewilderbeast.blackhelicopters.org>
In-Reply-To: <200709262040.l8QKe2eH022821@freefall.freebsd.org>
References:  <200709262036.l8QKaiIq081564@www.freebsd.org> <200709262040.l8QKe2eH022821@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Oops, missed a patch, attached.

-- 
Michael W. Lucas 	mwlucas@BlackHelicopters.org, mwlucas@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."

--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch-lib-ftlib.h.txt"

--- 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);
 

--XsQoSWH+UP9D9v3l--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070927174817.GA80725>