diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-21 17:00:54 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-21 17:00:54 +0000 |
| commit | 17c2b3452de6bfbc3346e589a5efce6425e70d8c (patch) | |
| tree | 349a3f952609b6ae9e066a34dcc365e0ba3d91cd | |
| parent | 9f6ca50ce7b523c06d6c050a54e32aa0e0c5011d (diff) | |
Notes
| -rw-r--r-- | usr.sbin/config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h index 08aefefd11b5..6c524f5e8fe5 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 */ |
