X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetloadavg.c;h=6ac0a8c5d2b16f017120279bf4e8ca13ce216b5e;hb=ecc43f7ce6220952bac7d8e751ca102c60f9f812;hp=eb533f16cea68e27a12531c7a6556171b6efe145;hpb=1663c6539ce322a8d12793f7915d0eb3ec32e491;p=gnulib.git diff --git a/lib/getloadavg.c b/lib/getloadavg.c index eb533f16c..6ac0a8c5d 100644 --- a/lib/getloadavg.c +++ b/lib/getloadavg.c @@ -481,7 +481,7 @@ static unsigned int samples; static struct dg_sys_info_load_info load_info; /* what-a-mouthful! */ # endif /* DGUX */ -#if !defined (HAVE_LIBKSTAT) && defined (LOAD_AVE_TYPE) +# if !defined (HAVE_LIBKSTAT) && defined (LOAD_AVE_TYPE) /* File descriptor open to /dev/kmem or VMS load ave driver. */ static int channel; /* Nonzero iff channel is valid. */ @@ -497,7 +497,7 @@ static struct nlist nl[2]; static kvm_t *kd; # endif /* SUNOS_5 */ -#endif /* LOAD_AVE_TYPE && !HAVE_LIBKSTAT */ +# endif /* LOAD_AVE_TYPE && !HAVE_LIBKSTAT */ /* Put the 1 minute, 5 minute and 15 minute load averages into the first NELEM elements of LOADAVG.