PERFORCE change 127668 for review
John Birrell
jb at FreeBSD.org
Wed Oct 17 22:36:58 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=127668
Change 127668 by jb at jb_freebsd1 on 2007/10/18 05:36:34
We got compatibility for open64() so ZFS doesn't have to hack it.
Affected files ...
.. //depot/projects/dtrace/src/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h#2 edit
Differences ...
==== //depot/projects/dtrace/src/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h#2 (text+ko) ====
@@ -470,7 +470,6 @@
#define gethrestime_sec() time(NULL)
-#define open64(...) open(__VA_ARGS__)
#define pread64(d, p, n, o) pread(d, p, n, o)
#define pwrite64(d, p, n, o) pwrite(d, p, n, o)
#define readdir64(d) readdir(d)
More information about the p4-projects
mailing list