Date: Tue, 12 Dec 2006 15:33:46 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 111552 for review Message-ID: <200612121533.kBCFXkJC069166@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111552 Change 111552 by gonzo@gonzo_hq on 2006/12/12 15:33:37 o Unbreak world break. including setjmp.h from libc we got __register_t type undefined. Replace cdefs.h with types.h is OK since there is mention in style(9) that presence of types.h assumes cdefs.h as well. Affected files ... .. //depot/projects/mips2/src/sys/mips/include/setjmp.h#3 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/include/setjmp.h#3 (text+ko) ==== @@ -35,7 +35,7 @@ #ifndef _MACHINE_SETJMP_H_ #define _MACHINE_SETJMP_H_ -#include <sys/cdefs.h> +#include <sys/types.h> #define _JBLEN 12 /* Size of the jmp_buf on MIPS. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612121533.kBCFXkJC069166>