diff options
Diffstat (limited to 'sys/dev/aic7xxx/aicasm_scan.l')
-rw-r--r-- | sys/dev/aic7xxx/aicasm_scan.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aicasm_scan.l b/sys/dev/aic7xxx/aicasm_scan.l index 51a13f2293fd..28689cbd4996 100644 --- a/sys/dev/aic7xxx/aicasm_scan.l +++ b/sys/dev/aic7xxx/aicasm_scan.l @@ -200,10 +200,10 @@ typedef struct include { YY_BUFFER_STATE buffer; int lineno; char *filename; - SLIST_ENTRY(struct include) links; + SLIST_ENTRY(include) links; }include_t; -SLIST_HEAD(, struct include) include_stack; +SLIST_HEAD(, include) include_stack; void include_file(file_name, type) |