Give external_aouthdr struct a name. This lets its type be shown
more reasonably by gdb.
This commit is contained in:
parent
d2ca8714e7
commit
2886a9a9ad
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ struct external_filehdr {
|
|||
/********************** AOUT "OPTIONAL HEADER" **********************/
|
||||
|
||||
|
||||
typedef struct
|
||||
typedef struct external_aouthdr
|
||||
{
|
||||
char magic[2]; /* type of file */
|
||||
char vstamp[2]; /* version stamp */
|
||||
|
|
Loading…
Reference in a new issue