time: Correct the *settime* parameters
[deliverable/linux.git] / kernel / time.c
index a31b51220ac691a3d050df3fb4fec91915c211f0..5cb80533d8b5802f49ff3014d784587f7b4b2642 100644 (file)
@@ -150,7 +150,7 @@ static inline void warp_clock(void)
  * various programs will get confused when the clock gets warped.
  */
 
-int do_sys_settimeofday(struct timespec *tv, struct timezone *tz)
+int do_sys_settimeofday(const struct timespec *tv, const struct timezone *tz)
 {
        static int firsttime = 1;
        int error = 0;
This page took 0.036297 seconds and 5 git commands to generate.