Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions oaf/src/af_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ static struct ctl_table oaf_table[] = {
.mode = 0666,
.proc_handler = proc_douintvec,
},
{
}
#if (LINUX_VERSION_CODE < KERNEL_VERSION(6, 12, 0))
{}
#endif
};

static struct ctl_table oaf_root_table[] = {
Expand Down