From 76f9ea86768ae5472df281cc500ce09551b83e9d Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 30 Sep 1996 23:56:01 +0000 Subject: [PATCH] Elf32_sht_progbits -> Elf_sht_progbits --- sys/compat/linux/common/linux_exec.c | 4 ++-- sys/compat/linux/common/linux_exec_aout.c | 4 ++-- sys/compat/linux/common/linux_exec_elf32.c | 4 ++-- sys/compat/linux/linux_exec.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index 733f83ebaf28..e385dff2d2a1 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.18 1996/09/27 18:14:25 cgd Exp $ */ +/* $NetBSD: linux_exec.c,v 1.19 1996/09/30 23:56:01 christos Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -401,7 +401,7 @@ linux_elf32_signature(p, epp, eh) * Header cannot have a load address, or flags and * it must be large enough. */ - if (s->sh_type != Elf32_sht_progbits || + if (s->sh_type != Elf_sht_progbits || s->sh_addr != 0 || s->sh_flags != 0 || s->sh_size < sizeof(signature) - 1) diff --git a/sys/compat/linux/common/linux_exec_aout.c b/sys/compat/linux/common/linux_exec_aout.c index bc5be4209f3e..ef4c541f452c 100644 --- a/sys/compat/linux/common/linux_exec_aout.c +++ b/sys/compat/linux/common/linux_exec_aout.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec_aout.c,v 1.18 1996/09/27 18:14:25 cgd Exp $ */ +/* $NetBSD: linux_exec_aout.c,v 1.19 1996/09/30 23:56:01 christos Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -401,7 +401,7 @@ linux_elf32_signature(p, epp, eh) * Header cannot have a load address, or flags and * it must be large enough. */ - if (s->sh_type != Elf32_sht_progbits || + if (s->sh_type != Elf_sht_progbits || s->sh_addr != 0 || s->sh_flags != 0 || s->sh_size < sizeof(signature) - 1) diff --git a/sys/compat/linux/common/linux_exec_elf32.c b/sys/compat/linux/common/linux_exec_elf32.c index 804c80c7a064..a1dbc24a136b 100644 --- a/sys/compat/linux/common/linux_exec_elf32.c +++ b/sys/compat/linux/common/linux_exec_elf32.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec_elf32.c,v 1.18 1996/09/27 18:14:25 cgd Exp $ */ +/* $NetBSD: linux_exec_elf32.c,v 1.19 1996/09/30 23:56:01 christos Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -401,7 +401,7 @@ linux_elf32_signature(p, epp, eh) * Header cannot have a load address, or flags and * it must be large enough. */ - if (s->sh_type != Elf32_sht_progbits || + if (s->sh_type != Elf_sht_progbits || s->sh_addr != 0 || s->sh_flags != 0 || s->sh_size < sizeof(signature) - 1) diff --git a/sys/compat/linux/linux_exec.c b/sys/compat/linux/linux_exec.c index 733f83ebaf28..e385dff2d2a1 100644 --- a/sys/compat/linux/linux_exec.c +++ b/sys/compat/linux/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.18 1996/09/27 18:14:25 cgd Exp $ */ +/* $NetBSD: linux_exec.c,v 1.19 1996/09/30 23:56:01 christos Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -401,7 +401,7 @@ linux_elf32_signature(p, epp, eh) * Header cannot have a load address, or flags and * it must be large enough. */ - if (s->sh_type != Elf32_sht_progbits || + if (s->sh_type != Elf_sht_progbits || s->sh_addr != 0 || s->sh_flags != 0 || s->sh_size < sizeof(signature) - 1)