Actions
Bug #8888
closedloader: rename STAND to _STANDALONE
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2017-12-04
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
The loader code is using pre-processor symbol STAND to identify loader specific code, we are using _KERNEL and _BOOT in uts. Rename STAND to _STANDALONE. Incidentally this also will follow the fix in https://svnweb.freebsd.org/base?view=revision&revision=326443
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 68d770451811f1a9144cdbef19fce785d07f5f69
commit 68d770451811f1a9144cdbef19fce785d07f5f69 Author: Toomas Soome <tsoome@me.com> Date: 2017-12-06T01:00:32.000Z 8888 loader: rename STAND to _STANDALONE Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions