aboutsummaryrefslogtreecommitdiff
path: root/libiberty/physmem.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-02-24 20:26:14 +0000
committerDJ Delorie <dj@redhat.com>2003-02-24 20:26:14 +0000
commit181fa2295185bcf5a113d6657fc23f723fa01a09 (patch)
tree8fb9ffab113fec7f499ef4b0fd87d62d9ffc2e1e /libiberty/physmem.c
parent9b1c792ed3efa16f763f40763c5b5be3242f6171 (diff)
downloadfsf-binutils-gdb-181fa2295185bcf5a113d6657fc23f723fa01a09.zip
fsf-binutils-gdb-181fa2295185bcf5a113d6657fc23f723fa01a09.tar.gz
fsf-binutils-gdb-181fa2295185bcf5a113d6657fc23f723fa01a09.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/physmem.c')
-rw-r--r--libiberty/physmem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/physmem.c b/libiberty/physmem.c
index 80fdd79..621e281 100644
--- a/libiberty/physmem.c
+++ b/libiberty/physmem.c
@@ -97,7 +97,7 @@ physmem_total ()
}
#endif
-#if HAVE_GETSYSINFO
+#if HAVE_GETSYSINFO && defined GSI_PHYSMEM
{ /* This works on Tru64 UNIX V4/5. */
int physmem;
@@ -174,7 +174,7 @@ physmem_available ()
}
#endif
-#if HAVE_TABLE && HAVE_SYS_TABLE_H
+#if HAVE_TABLE && defined TBL_VMSTATS
{ /* This works on Tru64 UNIX V4/5. */
struct tbl_vmstats vmstats;