add declaration of ipkdb_trap_glue

This commit is contained in:
dbj 2001-12-23 08:25:27 +00:00
parent 3ff5d761b8
commit ce516e4e69
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ipkdb_glue.c,v 1.2 1997/04/16 22:12:42 thorpej Exp $ */
/* $NetBSD: ipkdb_glue.c,v 1.3 2001/12/23 08:25:27 dbj Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -44,6 +44,8 @@
int ipkdbregs[NREG];
int ipkdb_trap_glue __P((struct trapframe *));
#ifdef IPKDBUSERHACK
int ipkdbsr; /* TEMPRORARY (Really needs some better mechanism) XXX */
int savesr;