]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
place all rusage variables into HAVE_GETRUSAGE block
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 11 Oct 2014 17:42:56 +0000 (19:42 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 11 Oct 2014 17:42:56 +0000 (19:42 +0200)
lib/nettle/rnd-common.c

index 64832bf0e5620639f987832bea57d8ae55aea985..23d433345887c78d1c9524623779a8c3dd66bd97 100644 (file)
@@ -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)
 {