mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
c59d563463
- 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)
12 lines
335 B
C++
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:
|