Date: Sat, 6 Jan 2007 20:18:00 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 112618 for review Message-ID: <200701062018.l06KI0YB057168@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=112618 Change 112618 by gonzo@gonzo_hq on 2007/01/06 20:17:21 o Remove obsolete dependency on sys/cdefs.h Affected files ... .. //depot/projects/mips2/src/sys/mips/include/ieeefp.h#3 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/include/ieeefp.h#3 (text+ko) ==== @@ -42,10 +42,6 @@ #ifndef _MACHINE_IEEEFP_H_ #define _MACHINE_IEEEFP_H_ -#ifndef _SYS_CDEFS_H_ -#error this file needs sys/cdefs.h as a prerequisite -#endif - typedef int fp_except; #define FP_X_IMP 0x01 /* imprecise (loss of precision) */ #define FP_X_UFL 0x02 /* underflow exception */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701062018.l06KI0YB057168>