Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



On Thu, Jul 31, 2014 at 08:28:59PM +0000, matthew green wrote:
> Module Name:  src
> Committed By: mrg
> Date:         Thu Jul 31 20:28:59 UTC 2014
> 
> Modified Files:
>       src/sys/kern: uipc_socket.c
> 
> Log Message:
> call ->pr_abort(so) now instead of generic PRU_ABORT.
> fixes kern/49056, and appears to remove the only missed PRU_ABORT call.

this was the right thing and after re-checking i agree it was the only
missed call for pr_generic() req = PRU_ABORT.

thanks!

> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.229 -r1.230 src/sys/kern/uipc_socket.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 


Home | Main Index | Thread Index | Old Index