`emul_sunos' is now declared in the appropriate header file.

This commit is contained in:
scw 2000-11-24 10:29:21 +00:00
parent 2d2363e5d1
commit 55ecb0e64a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.46 2000/11/21 23:19:42 tsutsui Exp $ */
/* $NetBSD: trap.c,v 1.47 2000/11/24 10:29:21 scw Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -85,7 +85,7 @@
#ifdef COMPAT_SUNOS
#include <compat/sunos/sunos_syscall.h>
extern struct emul emul_sunos;
#include <compat/sunos/sunos_exec.h>
#endif
#ifdef COMPAT_LINUX