diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-04-01 15:42:02 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-04-01 15:42:02 +0000 |
| commit | bc725eafc7f7d0cb3d3746b71b3cad9b2bc9d499 (patch) | |
| tree | 7431f8c0d78c14bc446d524dcda6a00888732015 /sys/kern/uipc_sockbuf.c | |
| parent | f7f45ac8e2adcda53ed2c3f4d3801fb2657c3a4b (diff) | |
Notes
Diffstat (limited to 'sys/kern/uipc_sockbuf.c')
| -rw-r--r-- | sys/kern/uipc_sockbuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c index be9084bb6fc0..4afe8c570fae 100644 --- a/sys/kern/uipc_sockbuf.c +++ b/sys/kern/uipc_sockbuf.c @@ -1335,10 +1335,10 @@ pru_control_notsupp(struct socket *so, u_long cmd, caddr_t data, return EOPNOTSUPP; } -int +void pru_detach_notsupp(struct socket *so) { - return EOPNOTSUPP; + } int |
