]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
sched: Mark global now pointer as const.
authorAndre Noll <maan@systemlinux.org>
Thu, 9 Jan 2014 17:04:28 +0000 (17:04 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 May 2014 13:40:20 +0000 (15:40 +0200)
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.


No differences found