1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/security/sfs/files/patch-async_itree.h
Shaun Amott c59d563463 - Fix build on 64-bit machines.
- Mark IGNORE on !i386, due to a run-time issue.
- Use DATADIR macro in pkg-plist while here.

PR:		ports/99949
Submitted by:	shaun (me)
Approved by:	Maintainer timeout (19 days)
2006-07-27 23:04:48 +00:00

12 lines
335 B
C++

--- async/itree.h.orig Sun Jul 9 00:14:16 2006
+++ async/itree.h Sun Jul 9 00:15:07 2006
@@ -86,7 +86,7 @@
itree_core (const itree_core &);
itree_core &operator = (const itree_core &);
-#define eos ((int) &(((T *) 0)->*field).p)
+#define eos ((ptrdiff_t) &(((T *) 0)->*field).p)
#define cmpfn scmp, (void *) this
public: