Date: Fri, 14 Apr 2006 23:17:47 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95288 for review Message-ID: <200604142317.k3ENHl6Z098879@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95288 Change 95288 by jb@jb_freebsd2 on 2006/04/14 23:17:01 More compatibility cruft. Affected files ... .. //depot/projects/dtrace/src/contrib/opensolaris/compat/fcntl.h#1 add .. //depot/projects/dtrace/src/contrib/opensolaris/compat/stdio.h#1 add .. //depot/projects/dtrace/src/contrib/opensolaris/compat/unistd.h#2 edit Differences ... ==== //depot/projects/dtrace/src/contrib/opensolaris/compat/unistd.h#2 (text+ko) ==== @@ -31,6 +31,8 @@ #include <unistd.h> +#define ftruncate64 ftruncate +#define lseek64 lseek #define pread64 pread #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604142317.k3ENHl6Z098879>