PERFORCE change 128261 for review
John Birrell
jb at FreeBSD.org
Sun Oct 28 16:17:20 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=128261
Change 128261 by jb at jb_freebsd1 on 2007/10/28 23:16:23
Some of the hacks in here really need to be hacks in
sys/compat/opensolaris/sys/*.h.
Affected files ...
.. //depot/projects/dtrace/src/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h#3 edit
Differences ...
==== //depot/projects/dtrace/src/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h#3 (text+ko) ====
@@ -470,7 +470,6 @@
#define gethrestime_sec() time(NULL)
-#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)
#define SIGPENDING(td) (0)
More information about the p4-projects
mailing list