On 2005-02-28 23:11, "Gelsema, Patrick" <[EMAIL PROTECTED]> wrote: > Just wondering how I can see which version of Freebsd I've got as > sources in my /usr/src directory.
One way would be to check the definition of __FreeBSD_version: $ grep '^#define[[:space:]]\+__FreeBSD_version' /usr/src/sys/sys/param.h #define __FreeBSD_version 600019 /* Master, propagated to newvers */ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
