Subject: CVS commit: src/sys/netkey
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/24/2004 09:14:52
Module Name: src
Committed By: yamt
Date: Sat Jul 24 09:14:52 UTC 2004
Modified Files:
src/sys/netkey: keysock.c
Log Message:
key_receive: pull packets from kp_queue.
otherwise a receiver can sleep on empty so_rcv
while having packets on kp_queue.
ok'ed by itojun.
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/netkey/keysock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.