mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
being defined in <sys/diskmbr.h>. Instead give the symbols here a "PC98_" prefix. This way, both <sys/diskmbr.h> and <sys/diskpc98.h> can be included in the same C source file. The renaming is trivial. The only gotcha is that DOSBBSECTOR is also redefined from 0 to 1. This because DOSBBSECTOR was always used in conjunction with an addition of 1. The PC98_BBSECTOR symbol is defined as 1 and the expression is simplified. Note: it is not believed that ports are seriously impacted; or at all for that matter. Approved by: nyan@ |
||
|---|---|---|
| .. | ||
| bioscd.c | ||
| biosdisk.c | ||
| biosmem.c | ||
| biossmap.c | ||
| comconsole.c | ||
| libpc98.h | ||
| Makefile | ||
| pc98_sys.c | ||
| time.c | ||
| vidconsole.c | ||