summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 08aefef..6c524f5 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -45,7 +45,7 @@
struct file_list {
struct file_list *f_next;
char *f_fn; /* the name */
- u_char f_type; /* see below */
+ int f_type; /* type or count */
u_char f_flags; /* see below */
char *f_special; /* special make rule if present */
char *f_depends; /* additional dependancies */
OpenPOWER on IntegriCloud