oops another copy of the prototype
authorderaadt <deraadt@openbsd.org>
Sat, 18 Nov 2023 18:02:47 +0000 (18:02 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 18 Nov 2023 18:02:47 +0000 (18:02 +0000)
lib/csu/mips64/boot_md.h

index 8c2f6ec..dde114e 100644 (file)
@@ -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 <machine/reloc.h>
 
 __dead
-void _csu_abort(int);
+void _csu_abort(void);
 
 #include "archdep.h"