date and time created 85/01/22 13:49:39 by ralph
[unix-history] / usr / src / usr.bin / uucp / libuu / sysacct.c
CommitLineData
dbd16c1a
SL
1#ifndef lint
2static char sccsid[] = "@(#)sysacct.c 5.1 (Berkeley) %G%";
3#endif
4
5#include <sys/types.h>
6
7/*******
8 * sysacct(bytes, time) output accounting info
9 * time_t time;
10 * long bytes;
11 */
12
13sysacct(bytes, time)
14time_t time;
15long bytes;
16{
17 return;
18}