Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > f572665e5775556b54b4c31e26347488 > files > 21

util-linux-ng-2.18-4.mga1.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 */