From: Nikos Mavrogiannopoulos Date: Sat, 11 Oct 2014 17:42:56 +0000 (+0200) Subject: place all rusage variables into HAVE_GETRUSAGE block X-Git-Tag: gnutls_3_4_0~796 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a27c20c45e03c3335d080f056835cd6d2f05bf01;p=thirdparty%2Fgnutls.git place all rusage variables into HAVE_GETRUSAGE block --- diff --git a/lib/nettle/rnd-common.c b/lib/nettle/rnd-common.c index 64832bf0e5..23d4333458 100644 --- a/lib/nettle/rnd-common.c +++ b/lib/nettle/rnd-common.c @@ -46,9 +46,9 @@ # else # define ARG_RUSAGE RUSAGE_SELF # endif -#endif static int rusage_arg = ARG_RUSAGE; +#endif void _rnd_get_event(struct event_st *e) {