mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Remove unused bootpath[] variable. It conflicted with a declaration
in the sunlabel utility, causing build problems.
This commit is contained in:
parent
92b901ac4d
commit
f209c40211
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116804
@ -131,8 +131,6 @@ static int cacheline_size = CACHELINESIZE;
|
||||
SYSCTL_INT(_machdep, CPU_CACHELINE, cacheline_size,
|
||||
CTLFLAG_RD, &cacheline_size, 0, "");
|
||||
|
||||
char bootpath[256];
|
||||
|
||||
#ifdef DDB
|
||||
/* start and end of kernel symbol table */
|
||||
void *ksym_start, *ksym_end;
|
||||
|
@ -52,8 +52,6 @@
|
||||
|
||||
#define DELAY(n) delay(n)
|
||||
|
||||
extern char bootpath[];
|
||||
|
||||
#if defined(_KERNEL) || defined(_STANDALONE)
|
||||
#define CACHELINESIZE 32
|
||||
#endif
|
||||
|
@ -131,8 +131,6 @@ static int cacheline_size = CACHELINESIZE;
|
||||
SYSCTL_INT(_machdep, CPU_CACHELINE, cacheline_size,
|
||||
CTLFLAG_RD, &cacheline_size, 0, "");
|
||||
|
||||
char bootpath[256];
|
||||
|
||||
#ifdef DDB
|
||||
/* start and end of kernel symbol table */
|
||||
void *ksym_start, *ksym_end;
|
||||
|
Loading…
Reference in New Issue
Block a user