BSD 4_3 release
[unix-history] / usr / src / usr.bin / uucp / sysacct.c
#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;
}