diff options
author | Greg Hudson <ghudson@mit.edu> | 1994-11-12 00:05:54 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1994-11-12 00:05:54 +0000 |
commit | 22d0840b1a3771667baa3e171daf89a54e68f60c (patch) | |
tree | efb25b8d36d486175b425891fdb9e6c620d23619 /clients | |
parent | 5c24b7f058c0ae317beda219780952f09af0396d (diff) |
The prototype for atol() was unnecessary anyway.
Diffstat (limited to 'clients')
-rw-r--r-- | clients/zstat/zstat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/zstat/zstat.c b/clients/zstat/zstat.c index e3652fc..10204b4 100644 --- a/clients/zstat/zstat.c +++ b/clients/zstat/zstat.c @@ -25,10 +25,6 @@ static char rcsid_zstat_c[] = "$Id$"; #endif -#ifndef linux /* Defines atol() as a macro. */ -extern long atol(); -#endif - #ifdef __STDC__ const #endif |