cvs commit: src/sys/sys user.h
Garance A Drosehn
gad at FreeBSD.org
Sat Jun 19 06:49:34 PDT 2004
gad 2004-06-19 13:49:25 UTC
FreeBSD src repository
Modified files:
sys/sys user.h
Log:
Add some more fields to the 'struct kinfo_proc', including some fields
which just mark areas which are empty due to issues with the alignment
of already-existing fields. This defines several unrelated variables
in one shot, because most of the work for updating kinfo_proc is making
sure the sizeof(struct kinfo_proc) remains the same across all hardware
platforms, and that no space is wasted on any platform due to alignment
issues with the new variables.
Submitted by: some by Cyrille Lefevre, some by me
Revision Changes Path
1.58 +15 -3 src/sys/sys/user.h
More information about the cvs-src
mailing list