File:  [CSRG BSD Unix] / 43BSD / contrib / jove / rec.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

/*************************************************************************
 * This program is copyright (C) 1985, 1986 by Jonathan Payne.  It is    *
 * provided to you without charge for use only on a licensed Unix        *
 * system.  You may copy JOVE provided that this notice is included with *
 * the copy.  You may not sell copies of this program or versions        *
 * modified for use on microcomputer systems, unless the copies are      *
 * included with a Unix system distribution and the source is provided.  *
 *************************************************************************/

struct rec_head {
	int	Uid,		/* Uid of owner. */
		Pid;		/* Pid of jove process. */
	time_t	UpdTime;	/* Last time this was updated. */
	int	Nbuffers;	/* Number of buffers. */
};

struct rec_entry {
	char	r_bname[128],
		r_fname[128];
	int	r_nlines;
};


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.