home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / support / getloadavg-null.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-11  |  179 b   |  7 lines

  1.  /*    If getloadavg.c doesn't work on your system, try this version.
  2.   *    It won't work either, but it won't work much more efficiently.
  3.   */
  4. getloadavg(av)
  5. double *av;
  6. { *av = -1;}
  7.