git: buildworld - Fix buildworld conflict
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Sep 21 10:02:50 PDT 2013
commit 85e68bd941ee032b2cc1fdfead03951e0c597282
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Sep 21 10:02:10 2013 -0700
buildworld - Fix buildworld conflict
* Remove EX_REBOOT from include/sysexits.h, it conflicts with the
buildworld.
* Replace EX_REBOOT with a local #define'd symbol in
vkernel64/platform/init.c.
Summary of changes:
include/sysexits.h | 1 -
sys/platform/vkernel64/platform/init.c | 5 +++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/85e68bd941ee032b2cc1fdfead03951e0c597282
--
DragonFly BSD source repository
More information about the Commits
mailing list