summaryrefslogtreecommitdiff
path: root/sys/kern/sys_socket.c
diff options
context:
space:
mode:
authorMark Newton <newton@FreeBSD.org>1999-01-31 03:15:13 +0000
committerMark Newton <newton@FreeBSD.org>1999-01-31 03:15:13 +0000
commitba198b1c4592c5c23b1cf553ab96a3a5a7606170 (patch)
treeed21a30d3c2121fa2023ea4f2f2289f21ea06410 /sys/kern/sys_socket.c
parent4c51e923e0bafdb9e5b34d98d6460e599950f952 (diff)
Notes
Diffstat (limited to 'sys/kern/sys_socket.c')
-rw-r--r--sys/kern/sys_socket.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c
index b001ff8c74c2..b07f8e278570 100644
--- a/sys/kern/sys_socket.c
+++ b/sys/kern/sys_socket.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)sys_socket.c 8.1 (Berkeley) 6/10/93
- * $Id: sys_socket.c,v 1.19 1998/11/11 10:03:56 truckman Exp $
+ * $Id: sys_socket.c,v 1.20 1999/01/30 06:25:00 newton Exp $
*/
#include <sys/param.h>
@@ -49,6 +49,7 @@
#include <net/if.h>
#include <net/route.h>
+/* soo_{read,write,close} non-static for SysVR4 "streams" pseudo-device */
int soo_read __P((struct file *fp, struct uio *uio,
struct ucred *cred));
int soo_write __P((struct file *fp, struct uio *uio,