diff options
Diffstat (limited to 'security/security.c')
-rw-r--r-- | security/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c index 7b7308ace8c5..bb33ecadcf95 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -201,7 +201,7 @@ int security_syslog(int type) | |||
201 | return security_ops->syslog(type); | 201 | return security_ops->syslog(type); |
202 | } | 202 | } |
203 | 203 | ||
204 | int security_settime(struct timespec *ts, struct timezone *tz) | 204 | int security_settime(const struct timespec *ts, const struct timezone *tz) |
205 | { | 205 | { |
206 | return security_ops->settime(ts, tz); | 206 | return security_ops->settime(ts, tz); |
207 | } | 207 | } |