pdp11v/usr/include/aouthdr.h

Compare this file to the similar file:
Show the results in this format:

/*
 * static char ID_aouth[] = "@(#) aouthdr.h: 1.1 1/7/82";
 */

typedef	struct aouthdr {
	short	magic;		/* see magic.h				*/
	short	vstamp;		/* version stamp			*/
	long	tsize;		/* text size in bytes, padded to FW
				   bdry					*/
	long	dsize;		/* initialized data "  "		*/
	long	bsize;		/* uninitialized data "   "		*/
#if u3b
	long 	dum1;
	long 	dum2;	/*Pad to entry point	*/
#endif
	long	entry;		/* entry pt.				*/
	long	text_start;	/* base of text used for this file	*/
	long	data_start;	/* base of data used for this file	*/
} AOUTHDR;