Module Name: src Committed By: tsutsui Date: Sat Dec 21 17:53:21 UTC 2024
Modified Files: src/sys/arch/hp300/hp300: machdep.c Log Message: Unifdef __ELF__. To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 src/sys/arch/hp300/hp300/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/hp300/hp300/machdep.c diff -u src/sys/arch/hp300/hp300/machdep.c:1.239 src/sys/arch/hp300/hp300/machdep.c:1.240 --- src/sys/arch/hp300/hp300/machdep.c:1.239 Tue Mar 5 14:15:32 2024 +++ src/sys/arch/hp300/hp300/machdep.c Sat Dec 21 17:53:21 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.239 2024/03/05 14:15:32 thorpej Exp $ */ +/* $NetBSD: machdep.c,v 1.240 2024/12/21 17:53:21 tsutsui Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.239 2024/03/05 14:15:32 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.240 2024/12/21 17:53:21 tsutsui Exp $"); #include "opt_ddb.h" #include "opt_compat_netbsd.h" @@ -79,9 +79,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v #include <ddb/db_sym.h> #include <ddb/db_extern.h> #endif /* DDB */ -#ifdef __ELF__ #include <sys/exec_elf.h> -#endif #include <machine/autoconf.h> #include <machine/bootinfo.h>