1: #ifndef lint
   2: static char sccsid[] = "@(#)sysacct.c	5.3 (Berkeley) 6/23/85";
   3: #endif
   4: 
   5: #include <sys/types.h>
   6: 
   7: /*LINTLIBRARY*/
   8: 
   9: /*
  10:  *	output accounting info
  11:  */
  12: 
  13: /*ARGSUSED*/
  14: sysacct(bytes, time)
  15: time_t time;
  16: long bytes;
  17: {
  18:     return;
  19: }

Defined functions

Defined variables

sccsid defined in line 2; never used
Last modified: 1987-02-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1841
Valid CSS Valid XHTML 1.0 Strict