summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_hints.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-09-17 21:27:41 +0000
committerpeter <peter@FreeBSD.org>2001-09-17 21:27:41 +0000
commite501f2bbb2a7cc73152c5573252dfe984e0e6bf9 (patch)
treec709b07204b229a2b9b7461f738e2946520a52a4 /sys/kern/subr_hints.c
parent552fcc860ecbdfd54e6371cb31c446ecbbce9ecb (diff)
downloadFreeBSD-src-e501f2bbb2a7cc73152c5573252dfe984e0e6bf9.zip
FreeBSD-src-e501f2bbb2a7cc73152c5573252dfe984e0e6bf9.tar.gz
Fix a fatal type mismatch (char *static_env; vs char static_env[]).
Submitted by: bde
Diffstat (limited to 'sys/kern/subr_hints.c')
-rw-r--r--sys/kern/subr_hints.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/subr_hints.c b/sys/kern/subr_hints.c
index 9e04ef1..3ca9d5b 100644
--- a/sys/kern/subr_hints.c
+++ b/sys/kern/subr_hints.c
@@ -34,8 +34,6 @@
* Access functions for device resources.
*/
-extern char static_hints[]; /* by config for now */
-extern int hintmode; /* 0 = off. 1 = config, 2 = fallback */
static char *hintp;
/*
OpenPOWER on IntegriCloud