commit | 71e72a19bafda97c9e97b089499fdc050e96a631 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Mon Jul 27 16:12:56 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jul 27 14:09:20 2009 -0500 |
tree | fdd6ebb4dd37e6aef7c80db2d6a1231fcad9fa3d | |
parent | 43da3c088c00a1113643abb0c70379140de39dd8 [diff] [blame] |
rename HOST_BSD to CONFIG_BSD Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/dyngen-exec.h b/dyngen-exec.h index c1072cd..18819e4 100644 --- a/dyngen-exec.h +++ b/dyngen-exec.h
@@ -39,7 +39,7 @@ /* XXX: This may be wrong for 64-bit ILP32 hosts. */ typedef void * host_reg_t; -#ifdef HOST_BSD +#ifdef CONFIG_BSD typedef struct __sFILE FILE; #else typedef struct FILE FILE;