]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit227a2ce5446c3f2ef4fd3e7c2ada3bb8d15289f1
treef71f698c0e75dfb9fa1c2e3d282ed069d7dca3d8
parent879e52d49df6d00aa9eafe5cccb48bbd24ed4c81
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.
play.c
sched.c
sched.h