[comp.sys.atari.st] Missing AR.H from Sozobon C

remco@tnoibbc.UUCP (Remco Bruyne) (12/11/89)

Hello,

I got Sozobon C from the Panarthea mail server, but AR.H from the tools
directory appears to be missing. Would anybody be so kind to mail it
to me ?


Thanks in advance, Remco
-- 
------------------------------------------------------------------
 Remco Bruijne      USENET: remco@tnoibbc    PHONE: +31 15 606437
------------------------------------------------------------------

dal@syntel.mn.org (Dale Schumacher) (12/13/89)

[remco@tnoibbc.UUCP (Remco Bruyne) writes...]
> Hello,
> 
> I got Sozobon C from the Panarthea mail server, but AR.H from the tools
> directory appears to be missing. Would anybody be so kind to mail it
> to me ?

I case there are others with the same problem (and because this is a
VERY short file), here it is.

------------------------------------------------------------------------
/*
 * Archive header format
 *
 * Archives must start with a word containing the magic number
 * 0xff65 or 0xff66, with 0xff66 being reserved for a random-
 * access object module library.
 */

#define	ARMAG1	0xff65
#define	ARMAG2	0xff66

struct	ar_hdr {
	char	ar_name[14];
	long	ar_date;
	char	ar_uid;
	char	ar_gid;
	int	ar_mode;
	long	ar_size;
	int	ar_fill;
};

#define	ARHSZ	(sizeof (struct ar_hdr))

------------------------------------------------------------------------

\\   /  Dale Schumacher                         399 Beacon Ave.
 \\ /   (alias: Dalnefre')                      St. Paul, MN  55104-3527
  ><    ..!nic.mr.net!bungia.mn.org!syntel!dal  United States of America
 / \\   "The power of accurate observation is commonly called cynicism
/   \\   by those who have not got it." -George Bernard Shaw