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 47b8a447118..bab9b23c3ff 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -196,7 +196,7 @@ int security_syslog(int type) | |||
196 | return security_ops->syslog(type); | 196 | return security_ops->syslog(type); |
197 | } | 197 | } |
198 | 198 | ||
199 | int security_settime(struct timespec *ts, struct timezone *tz) | 199 | int security_settime(const struct timespec *ts, const struct timezone *tz) |
200 | { | 200 | { |
201 | return security_ops->settime(ts, tz); | 201 | return security_ops->settime(ts, tz); |
202 | } | 202 | } |