Nuke some prototypes that really shouldn't be here.
This commit is contained in:
parent
2fa6610f1e
commit
240c6baa11
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user