Remove (incorrect) extern decl of emul_hpux.

This commit is contained in:
thorpej 2001-12-26 19:08:11 +00:00
parent 232c19df9d
commit 86a77080a5
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf.c,v 1.41 2001/12/08 03:34:38 gmcgarry Exp $ */
/* $NetBSD: grf.c,v 1.42 2001/12/26 19:08:11 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -72,7 +72,6 @@
#ifdef COMPAT_HPUX
#include <compat/hpux/hpux.h>
extern struct emul emul_hpux;
#endif
#include <uvm/uvm_extern.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.93 2001/12/08 04:09:19 gmcgarry Exp $ */
/* $NetBSD: trap.c,v 1.94 2001/12/26 19:11:34 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -76,7 +76,6 @@
#ifdef COMPAT_HPUX
#include <compat/hpux/hpux.h>
extern struct emul emul_hpux;
#endif
#ifdef COMPAT_SUNOS