4.1cBSD/usr/src/usr.bin/uucp/sysacct.c

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

static char sccsid[] = "@(#)sysacct.c	4.1	(Berkeley)	9/11/82";

#include <sys/types.h>


/*******
 *	sysacct(bytes, time)	output accounting info
 *	time_t time;
 *	long bytes;
 */

sysacct(bytes, time)
time_t time;
long bytes;
{
	return;
}