From 2170bba3cad2bd0ce64f677b263f0e3299079d6b Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 21 May 1994 08:20:54 +0000 Subject: [PATCH] kill multiple inclusion foo --- sys/sys/exec_aout.h | 6 +----- sys/sys/exec_script.h | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/sys/sys/exec_aout.h b/sys/sys/exec_aout.h index a059786e0ec5..baf7749674b4 100644 --- a/sys/sys/exec_aout.h +++ b/sys/sys/exec_aout.h @@ -27,12 +27,9 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec_aout.h,v 1.3 1994/01/28 23:48:34 jtc Exp $ + * $Id: exec_aout.h,v 1.4 1994/05/21 08:20:54 cgd Exp $ */ -#ifndef _SYS_EXEC_AOUT_H_ -#define _SYS_EXEC_AOUT_H_ - #ifdef KERNEL /* the "a.out" format's entry in the exec switch */ @@ -45,4 +42,3 @@ int exec_aout_prep_omagic __P((struct proc *, struct exec_package *)); int exec_aout_setup_stack __P((struct proc *, struct exec_package *)); #endif /* KERNEL */ -#endif /* !_SYS_EXEC_AOUT_H_ */ diff --git a/sys/sys/exec_script.h b/sys/sys/exec_script.h index 59d5f7ef9911..e55c7bf04524 100644 --- a/sys/sys/exec_script.h +++ b/sys/sys/exec_script.h @@ -27,12 +27,9 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec_script.h,v 1.2 1994/01/28 23:48:36 jtc Exp $ + * $Id: exec_script.h,v 1.3 1994/05/21 08:20:57 cgd Exp $ */ -#ifndef _SYS_EXEC_SCRIPT_H_ -#define _SYS_EXEC_SCRIPT_H_ - #define EXEC_SCRIPT_MAGIC "#!" #define EXEC_SCRIPT_MAGICLEN 2 @@ -42,4 +39,3 @@ int exec_script_makecmds __P((struct proc *, struct exec_package *)); #endif /* KERNEL */ -#endif /* !_SYS_EXEC_AOUT_H_ */