summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorryker <ryker@openbsd.org>1998-03-03 21:24:12 +0000
committerryker <ryker@openbsd.org>1998-03-03 21:24:12 +0000
commit304d301fc89916b062ed11910c414652b5686be9 (patch)
tree2145f8639de6d13f0af4f5d2efc50eb8aef34aab
parentDive into libg++ and gcc on includes (diff)
downloadwireguard-openbsd-304d301fc89916b062ed11910c414652b5686be9.tar.xz
wireguard-openbsd-304d301fc89916b062ed11910c414652b5686be9.zip
GCC 2.8 -Wall (missed one)
-rw-r--r--sys/arch/mac68k/mac68k/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c
index 185ec870153..4fa9f108616 100644
--- a/sys/arch/mac68k/mac68k/machdep.c
+++ b/sys/arch/mac68k/mac68k/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.49 1998/03/03 04:54:22 ryker Exp $ */
+/* $OpenBSD: machdep.c,v 1.50 1998/03/03 21:24:12 ryker Exp $ */
/* $NetBSD: machdep.c,v 1.134 1997/02/14 06:15:30 scottr Exp $ */
/*
@@ -1178,7 +1178,7 @@ cpu_exec_aout_makecmds(p, epp)
#ifdef COMPAT_SUNOS
{
- extern sunos_exec_aout_makecmds __P((struct proc *,
+ extern int sunos_exec_aout_makecmds __P((struct proc *,
struct exec_package *));
if ((error = sunos_exec_aout_makecmds(p, epp)) == 0)
return 0;