Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/net/lib/libsockin
Module Name: src
Committed By: rtr
Date: Mon Jul 28 10:09:51 UTC 2014
Modified Files:
src/sys/rump/net/lib/libsockin: sockin.c
Log Message:
add missing KASSERT()s at the top of sockin_usrreq(), req shall not be
either of these operations.
> KASSERT(req != PRU_BIND);
> KASSERT(req != PRU_LISTEN);
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/rump/net/lib/libsockin/sockin.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