#ifndef lint static char sccsid[] = "@(#)sysacct.c 5.2 (Berkeley) 01/22/85"; #endif #include /* * output accounting info */ sysacct(bytes, time) time_t time; long bytes; { return; }