Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 01/28/2006 13:20:19
Module Name:	src
Committed By:	kleink
Date:		Sat Jan 28 13:20:19 UTC 2006

Modified Files:
	src/sys/sys: socket.h

Log Message:
Since NULL isn't necessarily available, change CMSG_*() to use the
integer constant expression directly instead.

Fixes a problem in the build of rxvt-unicode-7.2, as reported by
Thomas Klausner.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/sys/socket.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.