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:   kre
Date:           Sun Jan  4 06:42:30 UTC 2026

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

Log Message:
Add a forward ref decl for struct module

This means the "struct module *" in the declaration for mod_ctf_get() params
isn't inventing a whole new type, incompat with others - in cases where
struct module hasn't already been declared by an include file included
earlier.

This means developers have mode latitude doing "sort includes" without
bothering to check if the includes were sorted as they were for a reason.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/kern_ctf.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