git: kernel/sysctl: Switch kern.osrevision to showing __DragonFly_version.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu May 30 06:04:27 PDT 2019
commit 797a926b4aceb2f34f11dd1cecd03881421d4b3b
Author: Sascha Wildner <saw at online.de>
Date: Thu May 30 12:56:52 2019 +0200
kernel/sysctl: Switch kern.osrevision to showing __DragonFly_version.
It was tied to a historic define (BSD) that started as 199506 and was
sporadically bumped in the past until 200708. Revert the define back
to 199506, as it is not supposed to be bumped, and add a comment about
this (taken from NetBSD). We cannot remove these defines completely
because at least some are used by ports.
Summary of changes:
sys/kern/kern_mib.c | 2 +-
sys/sys/param.h | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/797a926b4aceb2f34f11dd1cecd03881421d4b3b
--
DragonFly BSD source repository
More information about the Commits
mailing list