mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 08:10:15 +02:00
(print_uptime): Remove unnecessary parens in `#if defined (SYMBOL)' expressions.
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ print_uptime (size_t n, const STRUCT_UTMP *this)
|
||||
printf (ngettext ("%lu user", "%lu users", entries),
|
||||
(unsigned long int) entries);
|
||||
|
||||
#if defined (HAVE_GETLOADAVG) || defined (C_GETLOADAVG)
|
||||
#if defined HAVE_GETLOADAVG || defined C_GETLOADAVG
|
||||
loads = getloadavg (avg, 3);
|
||||
#else
|
||||
loads = -1;
|
||||
|
||||
Reference in New Issue
Block a user