mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Declare the new generic EOPNOTSUPP routines.
This commit is contained in:
parent
117bcae7c4
commit
c20ac0292f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22901
@ -201,7 +201,12 @@ struct pr_usrreqs {
|
||||
int (*pru_sockaddr) __P((struct socket *so, struct mbuf *nam));
|
||||
};
|
||||
|
||||
int pru_accept_notsupp __P((struct socket *so, struct mbuf *nam));
|
||||
int pru_connect2_notsupp __P((struct socket *so1, struct socket *so2));
|
||||
int pru_listen_notsupp __P((struct socket *so));
|
||||
int pru_rcvd_notsupp __P((struct socket *so, int flags));
|
||||
int pru_rcvoob_notsupp __P((struct socket *so, struct mbuf *m, int flags));
|
||||
int pru_sense_null __P((struct socket *so, struct stat *sb));
|
||||
|
||||
#define PRU_OLDSTYLE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user