cvs commit: src/sys/sys user.h
Yar Tikhiy
yar at comp.chem.msu.su
Tue Apr 29 13:41:20 UTC 2008
On Tue, Apr 29, 2008 at 3:17 PM, Oleksandr Tymoshenko <gonzo at freebsd.org> wrote:
> gonzo 2008-04-29 11:17:45 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/sys user.h
> Log:
> Define KINFO_PROC_SIZE for mips.
>
> Approved by: cognet (mentor)
>
> Revision Changes Path
> 1.75 +3 -0 src/sys/sys/user.h
>
Perhaps it's time to introduce MD .h files for that instead of adding
MD #ifdefs to the MI .h file, isn't it? I.e., <sys/user.h> can include
<machine/_user.h>, which can define KINFO_PROC_SIZE and its possible
friends.
--
Yar
More information about the cvs-src
mailing list