summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 15:41:48 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 16:07:05 -0800
commitf1ef1f0ac2a81b4aa59f1fba37ee11f6a0acbe22 (patch)
treef303598e66424da2efca3aa3cd2654adc02c2962
parentfe24c5e19d4d309b4f3a3e435b9d834836312301 (diff)
unifdef att
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--get_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_load.c b/get_load.c
index abd4401..ec081e8 100644
--- a/get_load.c
+++ b/get_load.c
@@ -128,7 +128,7 @@ void GetLoadPoint(
# else /* not HAVE_GETLOADAVG */
-# if defined(att) || defined(QNX4)
+# if defined(QNX4)
# define LOADSTUB
# endif