4.3BSD-Reno/src/usr.bin/uucp/sysacct.c

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

#ifndef lint
static char sccsid[] = "@(#)sysacct.c	5.3 (Berkeley) 6/23/85";
#endif

#include <sys/types.h>

/*LINTLIBRARY*/

/*
 *	output accounting info
 */

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