Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > main-updates-src > by-pkgid > 27fd89d2f8fc6166d9aeb3e78e998a76 > files > 25

util-linux-2.19-3.2.src.rpm

Index: util-linux-2.12q/hwclock/rtc.c
===================================================================
--- util-linux-2.12q.orig/hwclock/rtc.c	2004-12-15 21:21:48.000000000 +0100
+++ util-linux-2.12q/hwclock/rtc.c	2005-04-29 14:58:18.000000000 +0200
@@ -41,8 +41,8 @@ struct sparc_rtc_time
         int     year;   /* Year (0-99) */
 };
 
-#define RTCGET _IOR('p', 20, struct sparc_rtc_time)
-#define RTCSET _IOW('p', 21, struct sparc_rtc_time)
+#define RTCGET _IOR('p', 20, sparc_rtc_time)
+#define RTCSET _IOW('p', 21, sparc_rtc_time)
 
 
 /* non-sparc stuff */