diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-11-18 18:02:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-11-18 18:02:48 +0000 |
commit | 86dbf3c0e1f53b43593de0772961904d34f867cc (patch) | |
tree | 95b4fe4dafd6bde621c568f427f6439a125c4cb0 /lib/csu/mips64 | |
parent | eebaec8bf69b2db1088ab7a84b8bc96a3d02473e (diff) |
oops another copy of the prototype
Diffstat (limited to 'lib/csu/mips64')
-rw-r--r-- | lib/csu/mips64/boot_md.h | 4 |
1 files 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 <machine/reloc.h> __dead -void _csu_abort(int); +void _csu_abort(void); #include "archdep.h" |