summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-10-29 08:28:25 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-10-29 08:28:25 +0000
commit2e543c9ff245ea7a4342f343a50a36b0e7a7d133 (patch)
tree4df162e6910fbff090ebb04ed42626339812fccf
parent59bc2dd227928b8f951bcefa798e8a3a792a994f (diff)
-Wall happiness (especially for sparc)
-rw-r--r--sys/sys/systm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index 7373b61865e..68e3a091d3c 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: systm.h,v 1.10 1996/10/19 10:02:45 niklas Exp $ */
+/* $OpenBSD: systm.h,v 1.11 1996/10/29 08:28:24 mickey Exp $ */
/* $NetBSD: systm.h,v 1.50 1996/06/09 04:55:09 briggs Exp $ */
/*-
@@ -96,6 +96,7 @@ extern struct vnode *rootvp; /* vnode equivalent to above */
extern dev_t swapdev; /* swapping device */
extern struct vnode *swapdev_vp;/* vnode equivalent to above */
+struct proc;
extern struct sysent { /* system call table */
short sy_narg; /* number of args */
short sy_argsize; /* total size of arguments */