2.9BSD/usr/src/cmd/uucp/sysacct.c

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

#ifndef lint
static char sccsid[] = "@(#)sysacct.c	5.1 (Berkeley) 7/2/83";
#endif

#include <sys/types.h>

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

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