xref: /csrg-svn/usr.bin/uucp/libuu/sysacct.c (revision 17838)
113671Ssam #ifndef lint
2*17838Sralph static char sccsid[] = "@(#)sysacct.c	5.2 (Berkeley) 01/22/85";
313671Ssam #endif
413671Ssam 
513671Ssam #include <sys/types.h>
613671Ssam 
7*17838Sralph /*
8*17838Sralph  *	output accounting info
913671Ssam  */
1013671Ssam 
1113671Ssam sysacct(bytes, time)
1213671Ssam time_t time;
1313671Ssam long bytes;
1413671Ssam {
1513671Ssam 	return;
1613671Ssam }
17