From 22d0840b1a3771667baa3e171daf89a54e68f60c Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sat, 12 Nov 1994 00:05:54 +0000 Subject: The prototype for atol() was unnecessary anyway. --- clients/zstat/zstat.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'clients') 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 -- cgit v1.2.3