Date: Fri, 8 Dec 1995 21:11:03 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys user.h Message-ID: <199512090511.VAA24345@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 95/12/08 21:11:01 Modified: sys/sys user.h Log: A really gross hack to make more of the source tree compile again. #include <sys/user> used to be self contained, but now it needs either half a dozen VM specific includes beforehand (yuck, so much for portability), or some horrible hack like this for user-mode only applications.. The kind of stuff that needs this is the libkvm stuff, w, ps, etc... I would welcome a better fix for this BTW.. :-) (note: this is #ifndef KERNEL, so it shouldn't be re-polluting the kernel space after it's been so painfully cleaned up...) Revision Changes Path 1.7 +8 -2 src/sys/sys/user.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512090511.VAA24345>