summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aicasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/aic7xxx/aicasm.h')
-rw-r--r--sys/dev/aic7xxx/aicasm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aicasm.h b/sys/dev/aic7xxx/aicasm.h
index 2f729b3..7e6b468 100644
--- a/sys/dev/aic7xxx/aicasm.h
+++ b/sys/dev/aic7xxx/aicasm.h
@@ -41,7 +41,7 @@
typedef struct path_entry {
char *directory;
int quoted_includes_only;
- SLIST_ENTRY(struct path_entry) links;
+ SLIST_ENTRY(path_entry) links;
} *path_entry_t;
typedef enum {
@@ -50,7 +50,7 @@ typedef enum {
SOURCE_FILE
} include_type;
-SLIST_HEAD(path_list, struct path_entry);
+SLIST_HEAD(path_list, path_entry);
extern struct path_list search_path;
extern struct scope_list scope_stack;
OpenPOWER on IntegriCloud