You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/arc/files/arc-5.21m-gentoo-fbsd.patch

12 lines
216 B

--- a/tmclock.c
+++ b/tmclock.c
@@ -18,8 +18,10 @@
#include <sys/time.h>
#else
#include <time.h>
+#ifdef timezone
extern long timezone; /* should be in <time.h>, but isn't on Sun */
#endif
+#endif
long tzone;