Skip to content

Commit e08fb1b

Browse files
committed
fix compile warnings
1 parent a8f23c0 commit e08fb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tlog.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ void tlog_logcount(struct tlog_log *log, int count)
330330
log->logcount = count;
331331
}
332332

333-
void tlog_set_permission(struct tlog_log *log, unsigned int file, unsigned int archive)
333+
void tlog_set_permission(struct tlog_log *log, mode_t file, mode_t archive)
334334
{
335335
log->file_perm = file;
336336
log->archive_perm = archive;

0 commit comments

Comments
 (0)