X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6a68057d8ef48bef3ee752741a53a629a2840e68..77a8a873bf6678bc2c36a5839da714c5620683b6:/sbr/dtime.c?ds=inline diff --git a/sbr/dtime.c b/sbr/dtime.c index 7ec75511..a7c15747 100644 --- a/sbr/dtime.c +++ b/sbr/dtime.c @@ -13,13 +13,7 @@ #include #if !defined(HAVE_STRUCT_TM_TM_GMTOFF) -extern int daylight; extern long timezone; -extern char *tzname[]; -#endif - -#ifndef abs -# define abs(a) (a >= 0 ? a : -a) #endif /*