Date: Sun, 3 Dec 2006 01:07:32 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 110902 for review Message-ID: <200612030107.kB317WhL098702@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110902 Change 110902 by jb@jb_freebsd8 on 2006/12/03 01:07:02 On second thoughts, it doesn't hurt to have a compatibility header. The idea with the compatibility definitions is that other source code written for OpenSolaris would compile on FreeBSD without having to do the GNU/configure madness. Affected files ... .. //depot/projects/opensolaris/contrib/opensolaris/tools/ctf/dump/dump.c#4 edit Differences ... ==== //depot/projects/opensolaris/contrib/opensolaris/tools/ctf/dump/dump.c#4 (text) ==== @@ -27,9 +27,7 @@ #pragma ident "%Z%%M% %I% %E% SMI" #include <sys/types.h> -# if defined(sun) #include <sys/sysmacros.h> -#endif #include <sys/stat.h> #include <sys/mman.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612030107.kB317WhL098702>