summaryrefslogtreecommitdiff
path: root/clients/zstat
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-11 14:55:36 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-11 14:55:36 +0000
commit43cead82094ba1fc5740177dcc8e36c885767fd6 (patch)
tree4384d275284bab8aa8dabdbcf5c983a572df0bf7 /clients/zstat
parente0e42ac862f41bee045641cd2857edb266a942f7 (diff)
Don't define atol() for Linux.
Diffstat (limited to 'clients/zstat')
-rw-r--r--clients/zstat/zstat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/clients/zstat/zstat.c b/clients/zstat/zstat.c
index 8ea0c04..e3652fc 100644
--- a/clients/zstat/zstat.c
+++ b/clients/zstat/zstat.c
@@ -24,8 +24,10 @@
#if !defined(lint) && !defined(SABER)
static char rcsid_zstat_c[] = "$Id$";
#endif
-
+
+#ifndef linux /* Defines atol() as a macro. */
extern long atol();
+#endif
#ifdef __STDC__
const