It's "extern int", not "extern".

Macppc kernels with LINUX_COMPAT now compile again.
This commit is contained in:
wiz 2001-06-13 23:10:31 +00:00
parent 3d343db054
commit b2e2ddf49e
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec_powerpc.c,v 1.2 2001/02/04 22:59:26 christos Exp $ */
/* $NetBSD: linux_exec_powerpc.c,v 1.3 2001/06/13 23:10:31 wiz Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -65,9 +65,9 @@
#include <compat/linux/common/linux_exec.h>
#ifdef LINUX_SP_WRAP
extern linux_sp_wrap_start;
extern linux_sp_wrap_end;
extern linux_sp_wrap_entry;
extern int linux_sp_wrap_start;
extern int linux_sp_wrap_end;
extern int linux_sp_wrap_entry;
#endif
/*
* Alpha and PowerPC specific linux copyargs function.