diff options
| author | Mark Newton <newton@FreeBSD.org> | 1999-02-01 21:22:30 +0000 |
|---|---|---|
| committer | Mark Newton <newton@FreeBSD.org> | 1999-02-01 21:22:30 +0000 |
| commit | 240c6baa11c1eb6be18644007364842e76e26d4a (patch) | |
| tree | acbec20385a1e3db55ae5f921fbe86097480165b /sys/dev/streams/streams.c | |
| parent | 2fa6610f1e5e272411974f1b718dad9067dca615 (diff) | |
Notes
Diffstat (limited to 'sys/dev/streams/streams.c')
| -rw-r--r-- | sys/dev/streams/streams.c | 8 |
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 }; |
