bug fixes and changes from Rick Adams
[unix-history] / usr / src / usr.bin / uucp / libuu / sysacct.c
... / ...
CommitLineData
1#ifndef lint
2static char sccsid[] = "@(#)sysacct.c 5.2 (Berkeley) %G%";
3#endif
4
5#include <sys/types.h>
6
7/*
8 * output accounting info
9 */
10
11sysacct(bytes, time)
12time_t time;
13long bytes;
14{
15 return;
16}