diff options
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 }; |
