summaryrefslogtreecommitdiffstats
path: root/sys/dev/streams
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-02-01 21:22:30 +0000
committernewton <newton@FreeBSD.org>1999-02-01 21:22:30 +0000
commitbce43597883103285014b2eb06442317e6f1cf28 (patch)
tree0ebd39014bef7a6ecf858f1bee6a6c25a325c0dc /sys/dev/streams
parentc3eeb08622b7845ad94522593f93674233225bf1 (diff)
downloadFreeBSD-src-bce43597883103285014b2eb06442317e6f1cf28.zip
FreeBSD-src-bce43597883103285014b2eb06442317e6f1cf28.tar.gz
Nuke some prototypes that really shouldn't be here.
Diffstat (limited to 'sys/dev/streams')
-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 2fd2768..248f7ac 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
};
OpenPOWER on IntegriCloud