1
0
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:
Peter Grehan 2003-06-25 08:11:29 +00:00
parent 92b901ac4d
commit f209c40211
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116804
3 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -52,8 +52,6 @@
#define DELAY(n) delay(n)
extern char bootpath[];
#if defined(_KERNEL) || defined(_STANDALONE)
#define CACHELINESIZE 32
#endif

View File

@ -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;