summaryrefslogtreecommitdiff
path: root/sys/dev/streams/streams.c
diff options
context:
space:
mode:
authorMark Newton <newton@FreeBSD.org>1999-02-01 21:22:30 +0000
committerMark Newton <newton@FreeBSD.org>1999-02-01 21:22:30 +0000
commit240c6baa11c1eb6be18644007364842e76e26d4a (patch)
treeacbec20385a1e3db55ae5f921fbe86097480165b /sys/dev/streams/streams.c
parent2fa6610f1e5e272411974f1b718dad9067dca615 (diff)
Notes
Diffstat (limited to 'sys/dev/streams/streams.c')
-rw-r--r--sys/dev/streams/streams.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c
index 2fd2768f182f..248f7ac5eab4 100644
--- a/sys/dev/streams/streams.c
+++ b/sys/dev/streams/streams.c
@@ -99,14 +99,6 @@ enum {
dev_unix_ord_stream = 40
};
-
-
-int soo_read __P((struct file *fp, struct uio *uio,
- struct ucred *cred));
-int soo_write __P((struct file *fp, struct uio *uio,
- struct ucred *cred));
-int soo_close __P((struct file *fp, struct proc *p));
-
static struct fileops svr4_netops = {
soo_read, soo_write, soo_ioctl, soo_poll, svr4_soo_close
};