summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-19 00:51:49 +0000
committereivind <eivind@FreeBSD.org>1998-02-19 00:51:49 +0000
commitab0c84a1916478e2907f46c0becd23c512be156a (patch)
tree56c0abfadd348d5cbc7ea1be06bf92d6ade8aa59 /usr.sbin/config/config.h
parentd2daf125eea75b99778c7fe3c61b3f121f07b493 (diff)
downloadFreeBSD-src-ab0c84a1916478e2907f46c0becd23c512be156a.zip
FreeBSD-src-ab0c84a1916478e2907f46c0becd23c512be156a.tar.gz
Style police service brought to you by: bde
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