diff options
Diffstat (limited to 'lib/csu')
-rw-r--r-- | lib/csu/arm/crt0.c | 3 | ||||
-rw-r--r-- | lib/csu/common_elf/crtend.c | 4 | ||||
-rw-r--r-- | lib/csu/common_elf/crtendS.c | 4 | ||||
-rw-r--r-- | lib/csu/ia64/md_init.h | 4 | ||||
-rw-r--r-- | lib/csu/sh/crt0.c | 3 |
5 files changed, 8 insertions, 10 deletions
diff --git a/lib/csu/arm/crt0.c b/lib/csu/arm/crt0.c index dec1536a3c6..2fa7262a0e6 100644 --- a/lib/csu/arm/crt0.c +++ b/lib/csu/arm/crt0.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crt0.c,v 1.2 2004/02/01 05:44:37 drahn Exp $ */ +/* $OpenBSD: crt0.c,v 1.3 2012/12/05 23:19:57 deraadt Exp $ */ /* $NetBSD: crt0.c,v 1.6 2002/01/01 01:31:06 thorpej Exp $ */ /* @@ -33,7 +33,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <machine/asm.h> diff --git a/lib/csu/common_elf/crtend.c b/lib/csu/common_elf/crtend.c index 6f61be9afa8..287e7bc1045 100644 --- a/lib/csu/common_elf/crtend.c +++ b/lib/csu/common_elf/crtend.c @@ -1,7 +1,7 @@ -/* $OpenBSD: crtend.c,v 1.9 2010/05/01 11:32:43 kettenis Exp $ */ +/* $OpenBSD: crtend.c,v 1.10 2012/12/05 23:19:57 deraadt Exp $ */ /* $NetBSD: crtend.c,v 1.1 1996/09/12 16:59:04 cgd Exp $ */ -#include <sys/cdefs.h> +#include <sys/types.h> #include "md_init.h" #include "extern.h" diff --git a/lib/csu/common_elf/crtendS.c b/lib/csu/common_elf/crtendS.c index cb41b9fcb49..6ebfc5b3591 100644 --- a/lib/csu/common_elf/crtendS.c +++ b/lib/csu/common_elf/crtendS.c @@ -1,7 +1,7 @@ -/* $OpenBSD: crtendS.c,v 1.7 2010/05/01 11:32:43 kettenis Exp $ */ +/* $OpenBSD: crtendS.c,v 1.8 2012/12/05 23:19:57 deraadt Exp $ */ /* $NetBSD: crtend.c,v 1.1 1997/04/16 19:38:24 thorpej Exp $ */ -#include <sys/cdefs.h> +#include <sys/types.h> #include "md_init.h" #include "extern.h" diff --git a/lib/csu/ia64/md_init.h b/lib/csu/ia64/md_init.h index 0c2cfb2572b..cf4282ccc65 100644 --- a/lib/csu/ia64/md_init.h +++ b/lib/csu/ia64/md_init.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md_init.h,v 1.1 2011/07/04 05:42:11 pirofti Exp $ */ +/* $OpenBSD: md_init.h,v 1.2 2012/12/05 23:19:57 deraadt Exp $ */ /* * Copyright (c) 2011 Paul Irofti <pirofti@openbsd.org> @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> +#include <sys/types.h> #include <machine/asm.h> #define MD_SECT_CALL_FUNC(section, func) \ diff --git a/lib/csu/sh/crt0.c b/lib/csu/sh/crt0.c index 24599a9e17f..a76598e7ea9 100644 --- a/lib/csu/sh/crt0.c +++ b/lib/csu/sh/crt0.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crt0.c,v 1.4 2012/04/12 11:28:32 jsg Exp $ */ +/* $OpenBSD: crt0.c,v 1.5 2012/12/05 23:19:57 deraadt Exp $ */ /* $NetBSD: crt0.c,v 1.10 2004/08/26 21:16:41 thorpej Exp $ */ /* @@ -36,7 +36,6 @@ * <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>> */ -#include <sys/cdefs.h> #include <sys/param.h> #include <machine/asm.h> |