From 1f312fbe6799e786a6b7a10b1e857a4d26879af548fe82d9317fe355f40b5e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sun, 10 Feb 2008 16:59:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=41 --- util-linux-2.13-hwclock_rtc_wait_busy_tempfix.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 util-linux-2.13-hwclock_rtc_wait_busy_tempfix.patch diff --git a/util-linux-2.13-hwclock_rtc_wait_busy_tempfix.patch b/util-linux-2.13-hwclock_rtc_wait_busy_tempfix.patch deleted file mode 100644 index 0dcad24..0000000 --- a/util-linux-2.13-hwclock_rtc_wait_busy_tempfix.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: util-linux-ng-2.13.0.1+git20071121/hwclock/rtc.c -=================================================================== ---- util-linux-ng-2.13.0.1+git20071121.orig/hwclock/rtc.c -+++ util-linux-ng-2.13.0.1+git20071121/hwclock/rtc.c -@@ -225,7 +225,7 @@ int ret; - } else { - int rc; /* Return code from ioctl */ - /* Turn on update interrupts (one per second) */ --#if defined(__alpha__) || defined(__sparc__) || defined(__x86_64__) -+#if defined(__alpha__) || defined(__sparc__) || defined(__x86_64__) || defined(__i386__) - /* Not all alpha kernels reject RTC_UIE_ON, but probably they should. */ - rc = -1; - errno = EINVAL;