define sunos_syscall_intern now that sparc needs it.

This commit is contained in:
christos 2005-07-10 16:40:49 +00:00
parent 0057da6efa
commit 24d0f10c0f

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_exec.h,v 1.6 2003/06/29 22:29:43 fvdl Exp $ */
/* $NetBSD: sunos_exec.h,v 1.7 2005/07/10 16:40:49 christos Exp $ */
/*
* Copyright (c) 1993 Theo de Raadt
@ -54,4 +54,6 @@ extern const struct emul emul_sunos;
int exec_sunos_aout_makecmds __P((struct proc *, struct exec_package *));
#define sunos_syscall_intern syscall_intern
#endif /* !_SUNOS_EXEC_H_ */