xref: /csrg-svn/usr.bin/uucp/libuu/sysacct.c (revision 23674)
113671Ssam #ifndef lint
2*23674Sbloom static char sccsid[] = "@(#)sysacct.c	5.3 (Berkeley) 06/23/85";
313671Ssam #endif
413671Ssam 
513671Ssam #include <sys/types.h>
613671Ssam 
7*23674Sbloom /*LINTLIBRARY*/
8*23674Sbloom 
917838Sralph /*
1017838Sralph  *	output accounting info
1113671Ssam  */
1213671Ssam 
13*23674Sbloom /*ARGSUSED*/
1413671Ssam sysacct(bytes, time)
1513671Ssam time_t time;
1613671Ssam long bytes;
1713671Ssam {
1813671Ssam 	return;
1913671Ssam }
20