git: proto: Fix copy-n-paste error; PR_ASYNC_RCVD should be 0x0800.

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Jul 30 06:32:52 PDT 2013


commit a417fc358b277db92c806abcfc9cd1d9fd29d716
Author: Sepherosa Ziehau <sephe at 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



More information about the Commits mailing list