On Tue, Apr 29, 2008 at 3:17 PM, Oleksandr Tymoshenko <[EMAIL PROTECTED]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
