patch-1.3.63 linux/kernel/sched.c

Next file: linux/net/core/dev.c
Previous file: linux/kernel/panic.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.62/linux/kernel/sched.c linux/kernel/sched.c
@@ -1115,8 +1115,8 @@
 	if (error)
 		return error;
 	
-	t.ts_sec = 0;
-	t.ts_nsec = 0;   /* <-- Linus, please fill correct value in here */
+	t.tv_sec = 0;
+	t.tv_nsec = 0;   /* <-- Linus, please fill correct value in here */
 	return -ENOSYS;  /* and then delete this line. Thanks!           */
 	memcpy_tofs(interval, &t, sizeof(struct timespec));
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this