From a00f7e5cb5fbb3dd1486a3623d2b3428a6b07a79 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 12 Mar 2015 19:50:23 +0000 Subject: busybox: Minor fix for glibc 2.21 compatibility Signed-off-by: Jeff Waugh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44700 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/utils/busybox/patches/250-date-k-flag.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/utils/busybox') diff --git a/package/utils/busybox/patches/250-date-k-flag.patch b/package/utils/busybox/patches/250-date-k-flag.patch index d17d61f978..f0dab26898 100644 --- a/package/utils/busybox/patches/250-date-k-flag.patch +++ b/package/utils/busybox/patches/250-date-k-flag.patch @@ -67,7 +67,7 @@ + settimeofday(NULL, &tz); + + memset(&tz, 0, sizeof(tz)); -+#ifdef __USE_BSD ++#ifdef __USE_MISC + tz.tz_minuteswest = -(tm_time.tm_gmtoff / 60); +#else + tz.tz_minuteswest = -(tm_time.__tm_gmtoff / 60); -- cgit v1.2.3