summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-05-27 06:17:22 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-05-27 06:17:22 +0000
commit33f8d1fe3a0b26b363ec7de61565a2ca48c91d61 (patch)
tree60644d2724ed696b7ebac36743c975346f2a60eb
parentce595b36d537d32d8c4e52384479c3c9f999f9c6 (diff)
Notes
-rw-r--r--sys/sys/protosw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h
index 60330ddea43c..5406e7ef2e34 100644
--- a/sys/sys/protosw.h
+++ b/sys/sys/protosw.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)protosw.h 8.1 (Berkeley) 6/2/93
- * $Id: protosw.h,v 1.17 1997/04/27 20:01:27 wollman Exp $
+ * $Id: protosw.h,v 1.18 1997/05/24 17:23:10 peter Exp $
*/
#ifndef _SYS_PROTOSW_H_
@@ -45,6 +45,7 @@ struct socket;
struct sockproto;
struct stat;
struct uio;
+struct proc;
/*
* Protocol switch table.