Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 11/10/2000 08:35:46
Module Name: basesrc
Committed By: tshiozak
Date: Fri Nov 10 06:35:46 UTC 2000
Modified Files:
basesrc/include: stddef.h
Log Message:
u_long -> unsigned long in "offsetof" macro.
Using u_long causes <stddef.h> to undesirably depend on <sys/types.h> .
BTY: Why is the cast needed?
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/include/stddef.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.