DragonFly commits List (threaded) for 2013-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: proto: Fix copy-n-paste error; PR_ASYNC_RCVD should be 0x0800.
commit a417fc358b277db92c806abcfc9cd1d9fd29d716
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date: Tue Jul 30 21:19:04 2013 +0800
proto: Fix copy-n-paste error; PR_ASYNC_RCVD should be 0x0800.
It was defined to the same value as PR_ASYNC_SEND. However, in the
current code base, it does not hurt, since only TCP has this flag set.
Summary of changes:
sys/sys/protosw.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a417fc358b277db92c806abcfc9cd1d9fd29d716
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]