From 280aa8f0461c16543e20102f96c3479b33d44c97 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 18 Nov 2023 18:02:47 +0000 Subject: [PATCH] oops another copy of the prototype --- lib/csu/mips64/boot_md.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/csu/mips64/boot_md.h b/lib/csu/mips64/boot_md.h index 8c2f6ec417a..dde114e81a1 100644 --- a/lib/csu/mips64/boot_md.h +++ b/lib/csu/mips64/boot_md.h @@ -1,4 +1,4 @@ -/* $OpenBSD: boot_md.h,v 1.4 2023/11/18 16:26:16 deraadt Exp $ */ +/* $OpenBSD: boot_md.h,v 1.5 2023/11/18 18:02:47 deraadt Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -40,7 +40,7 @@ #include __dead -void _csu_abort(int); +void _csu_abort(void); #include "archdep.h" -- 2.20.1