Give external_aouthdr struct a name. This lets its type be shown

more reasonably by gdb.
This commit is contained in:
John Gilmore 1991-07-09 00:34:45 +00:00
parent d2ca8714e7
commit 2886a9a9ad

View file

@ -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 */