K 11
svm:headrev
V 44
ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f:333492

K 10
svn:author
V 3
ken
K 8
svn:date
V 27
2018-05-11T14:50:26.701618Z
K 7
svn:log
V 320
Clear out the entire structure, not just the size of a pointer to it.

sys/dev/ocs/ocs_os.c:
	In ocs_thread_create(), use sizeof(*thread) (instead of
	sizeof(thread)) as the size argument to memset so that we clear
	out the entire thread structure instead of just a few bytes of it.

Submitted by:	jtl
MFC after:	3 days

END
