From: Andre Noll Date: Thu, 9 Jan 2014 17:04:28 +0000 (+0000) Subject: sched: Mark global now pointer as const. X-Git-Tag: v0.5.3~8^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=227a2ce5446c3f2ef4fd3e7c2ada3bb8d15289f1;hp=227a2ce5446c3f2ef4fd3e7c2ada3bb8d15289f1;p=paraslash.git sched: Mark global now pointer as const. The timeval structure pointed to by the public now pointer should not be modified outside sched.c. Fortunately play.c is the only place which violates this rule. This patch fixes up play.c and marks the pointer as const. ---