Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 01d0c3742679f7e0cd581ee5240ce225 > files > 17

util-linux-2.22.2-5.mga3.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