diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-11-18 00:39:07 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-11-18 00:39:07 +0000 |
| commit | a557af222b70694470f63e2a0f1bf58c9dcc73fd (patch) | |
| tree | 9ae16c9f3cb9780bbad2d9f596380ed1094d201c /sys/kern/uipc_sockbuf.c | |
| parent | b17f40bbda6fee5e88662d68a7d8d372929f4986 (diff) | |
Notes
Diffstat (limited to 'sys/kern/uipc_sockbuf.c')
| -rw-r--r-- | sys/kern/uipc_sockbuf.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c index c4a4c098270c..64199fc78b1e 100644 --- a/sys/kern/uipc_sockbuf.c +++ b/sys/kern/uipc_sockbuf.c @@ -1042,6 +1042,16 @@ pru_sense_null(struct socket *so, struct stat *sb) } /* + * For protocol types that don't keep cached copies of labels in their + * pcbs, provide a null sosetlabel that does a NOOP. + */ +void +pru_sosetlabel_null(struct socket *so) +{ + +} + +/* * Make a copy of a sockaddr in a malloced buffer of type M_SONAME. */ struct sockaddr * |
