aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/auditsc.c')
-rw-r--r--kernel/auditsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c
index 77e92592de57..49ecd707b953 100644
--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
@@ -992,7 +992,7 @@ void audit_inode(const char *name, const struct inode *inode)
992} 992}
993 993
994void audit_get_stamp(struct audit_context *ctx, 994void audit_get_stamp(struct audit_context *ctx,
995 struct timespec *t, int *serial) 995 struct timespec *t, unsigned int *serial)
996{ 996{
997 if (ctx) { 997 if (ctx) {
998 t->tv_sec = ctx->ctime.tv_sec; 998 t->tv_sec = ctx->ctime.tv_sec;