The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=8cf4ac0c21496cd50c513cd63859dadf98dfddaf
commit 8cf4ac0c21496cd50c513cd63859dadf98dfddaf Author: Warner Losh <i...@freebsd.org> AuthorDate: 2025-05-26 15:13:04 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2025-05-26 15:30:38 +0000 stand/kboot: Remove _end forward decl We don't need/use it. Sponsored by: Netflix --- stand/kboot/kboot/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stand/kboot/kboot/main.c b/stand/kboot/kboot/main.c index 668e5ac2706d..3f1a4e6a86c2 100644 --- a/stand/kboot/kboot/main.c +++ b/stand/kboot/kboot/main.c @@ -52,7 +52,6 @@ struct arch_switch archsw = { .arch_autoload = kboot_autoload, .arch_zfs_probe = kboot_zfs_probe, }; -extern void *_end; extern int command_fdt_internal(int argc, char *argv[]);