Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/21/1998 15:12:19
Module Name: src
Committed By: thorpej
Date: Mon Dec 21 23:12:19 UTC 1998
Modified Files:
src/sys/kern: uipc_usrreq.c
Log Message:
In unp_internalize(), add a comment explaining why we must ALIGN() the
data after the cmsghdr when accessing internalized SCM_RIGHTS messages
(i.e. array of struct file *s). The historic interface does not align
the externalized SCM_RIGHTS messages (i.e. array of ints).