PERFORCE change 111552 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Dec 12 07:36:23 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111552

Change 111552 by gonzo at 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. */
 


More information about the p4-projects mailing list