Fixed a missing forward declaration. I don't know why I though the

declaration of `struct proc' in svr4_genassym.c was unused.  It was
just misplaced.
This commit is contained in:
Bruce Evans 2000-01-09 09:57:19 +00:00
parent b28355d8a7
commit 9e8c2fbfa0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55651

View file

@ -71,6 +71,7 @@ typedef struct {
long f_weitek[33]; /* weitek */
} svr4_fregset_t;
struct proc;
struct svr4_ucontext;
void svr4_getcontext __P((struct proc *, struct svr4_ucontext *,