-struct exec
-{
-#ifdef sun
- unsigned short a_machtype; /* machine type */
- unsigned short a_info; /* Use macros N_MAGIC, etc for access */
-#else /* sun */
- unsigned long a_info; /* Use macros N_MAGIC, etc for access */
-#endif /* sun */
- unsigned long a_text; /* length of text, in bytes */
- unsigned long a_data; /* length of data, in bytes */
- unsigned long a_bss; /* length of uninitialized data area for file, in bytes */
- unsigned long a_syms; /* length of symbol table data in file, in bytes */
- unsigned long a_entry; /* start address */
- unsigned long a_trsize; /* length of relocation info for text, in bytes */
- unsigned long a_drsize; /* length of relocation info for data, in bytes */
+struct exec {
+#ifdef sun
+ unsigned short a_machtype;/* machine type */
+ unsigned short a_info; /* Use macros N_MAGIC, etc for access */
+#else /* sun */
+ unsigned long a_info; /* Use macros N_MAGIC, etc for access */
+#endif /* sun */
+ unsigned long a_text; /* length of text, in bytes */
+ unsigned long a_data; /* length of data, in bytes */
+ unsigned long a_bss; /* length of uninitialized data area for file, in bytes */
+ unsigned long a_syms; /* length of symbol table data in file, in bytes */
+ unsigned long a_entry; /* start address */
+ unsigned long a_trsize; /* length of relocation info for text, in bytes */
+ unsigned long a_drsize; /* length of relocation info for data, in bytes */