Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/sys
Module Name: src
Committed By: gdt
Date: Tue Jan 29 01:23:13 UTC 2013
Modified Files:
src/sys/sys: cdefs.h
Log Message:
Fix comment documenting __link_set_decl() macro.
The `__link_set_decl()` macro's replacement text includes a `*` after
`ptype`, so `ptype` is the pointed-at type (the type of a dereferenced
array entry), not the pointer type.
(This is a comment-only change.)
(From Richard Hansen of BBN.)
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/sys/cdefs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index