Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/04/2000 23:01:44
Module Name: basesrc
Committed By: thorpej
Date: Mon Jun 5 06:01:43 UTC 2000
Modified Files:
basesrc/regress/sys/kern/unfdpass: Makefile unfdpass.c
Log Message:
- Kill some warnings, and enable WARNS=1.
- Use CMSG_SPACE() and CMSG_DATA() properly; don't define structures
to hold messages, which will not have the correct alignment after
the cmsg header.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/regress/sys/kern/unfdpass/Makefile \
basesrc/regress/sys/kern/unfdpass/unfdpass.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.