summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 13adf19..d3304e3 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -177,7 +177,7 @@ struct cputype {
struct opt {
char *op_name;
char *op_value;
- int op_line; /* line number for error-reporting */
+ int op_line; /* line number for error-reporting */
int op_ownfile; /* true = own file, false = makefile */
struct opt *op_next;
} *opt, *mkopt;
@@ -230,6 +230,6 @@ u_int loadaddress;
extern int old_config_present; /* Old config/build directory still there */
-extern char *PREFIX; /* Config file name - for error messages */
+extern char *PREFIX; /* Config file name - for error messages */
#define eq(a,b) (!strcmp(a,b))
OpenPOWER on IntegriCloud