1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Remove the definition of bootverbose. This fixes the link failure

caused by disabling the emission of common symbols.
This commit is contained in:
Marcel Moolenaar 2002-01-18 07:49:37 +00:00
parent 48ceef34eb
commit 7fdc2e1a11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89492

View File

@ -139,7 +139,7 @@ SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL)
struct msgbuf *msgbufp=0;
int bootverbose = 0, Maxmem = 0;
int Maxmem = 0;
long dumplo;
int totalphysmem; /* total amount of physical memory in system */