Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > 9a9a4f12cd8b4dc8b47eadf5011908a2 > files > 13

util-linux-2.25.2-3.2.mga5.src.rpm

--- util-linux-2.22-rc2/sys-utils/hwclock-rtc.c.bero	2012-08-20 14:04:55.507009509 +0200
+++ util-linux-2.22-rc2/sys-utils/hwclock-rtc.c	2012-08-20 14:05:02.545009300 +0200
@@ -50,8 +50,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 */
 #if 0