DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦c289037db⟧ TextFile

    Length: 179 (0xb3)
    Types: TextFile
    Names: »getloadavg-null.c«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦bfebc70e2⟧ »EurOpenD3/mail/sendmail-5.65b+IDA-1.4.3.tar.Z« 
        └─⟦f9e35cd84⟧ 
            └─⟦this⟧ »sendmail/support/getloadavg-null.c« 

TextFile

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