summaryrefslogtreecommitdiffstats
path: root/sys/i386/svr4
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-01-09 09:57:19 +0000
committerbde <bde@FreeBSD.org>2000-01-09 09:57:19 +0000
commita3a13cc929296d71d28fa74ade75988de308d684 (patch)
tree0f3cb3bc3645d32c14ccc1490e1480fb17fd72ba /sys/i386/svr4
parent8300992763d3d64781db54ed99336c9cdc7c4ae0 (diff)
downloadFreeBSD-src-a3a13cc929296d71d28fa74ade75988de308d684.zip
FreeBSD-src-a3a13cc929296d71d28fa74ade75988de308d684.tar.gz
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.
Diffstat (limited to 'sys/i386/svr4')
-rw-r--r--sys/i386/svr4/svr4_machdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/svr4/svr4_machdep.h b/sys/i386/svr4/svr4_machdep.h
index 0653ddf..7218132 100644
--- a/sys/i386/svr4/svr4_machdep.h
+++ b/sys/i386/svr4/svr4_machdep.h
@@ -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 *,
OpenPOWER on IntegriCloud