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 739e40362f44..b995428f1c96 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -202,7 +202,7 @@ int security_syslog(int type) | |||
202 | return security_ops->syslog(type); | 202 | return security_ops->syslog(type); |
203 | } | 203 | } |
204 | 204 | ||
205 | int security_settime(struct timespec *ts, struct timezone *tz) | 205 | int security_settime(const struct timespec *ts, const struct timezone *tz) |
206 | { | 206 | { |
207 | return security_ops->settime(ts, tz); | 207 | return security_ops->settime(ts, tz); |
208 | } | 208 | } |