Put in another external declaration.

This commit is contained in:
ragge 1997-01-11 11:46:43 +00:00
parent eb0bc83700
commit 3026c5e35e

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.h,v 1.13 1996/04/08 18:35:52 ragge Exp $ */
/* $NetBSD: trap.h,v 1.14 1997/01/11 11:46:43 ragge Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -110,6 +110,8 @@ struct ivec_dsp {
char pad; /* sizeof(struct ivec_dsp) == 16 */
};
extern struct ivec_dsp idsptch;
#endif /* _LOCORE */
#endif _VAX_TRAP_H_