Date: Sun, 28 Oct 2007 23:17:19 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 128261 for review Message-ID: <200710282317.l9SNHJ9a063208@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128261 Change 128261 by jb@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710282317.l9SNHJ9a063208>