Date: Sun, 14 Nov 2010 21:59:11 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c src/sys/sys param.h src/sys/vm vm_mmap.c Message-ID: <201011142159.oAELxLrA012994@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-11-14 21:59:11 UTC FreeBSD src repository Modified files: sys/amd64/amd64 trap.c sys/i386/i386 trap.c sys/sys param.h sys/vm vm_mmap.c Log: SVN rev 215321 on 2010-11-14 21:59:11Z by kib Do not use __FreeBSD_version prefix for the special osrel version. The ports/Mk/bsd.port.mk uses sys/param.h to fetch osrel, and cannot grok several constants with the prefix. Reported and tested by: swell.k gmail com MFC after: 1 week Revision Changes Path 1.351 +1 -2 src/sys/amd64/amd64/trap.c 1.336 +1 -2 src/sys/i386/i386/trap.c 1.467 +2 -2 src/sys/sys/param.h 1.249 +1 -1 src/sys/vm/vm_mmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011142159.oAELxLrA012994>