]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/wanrouter/wanproc.c
audit: rework execve audit
[mirror_ubuntu-artful-kernel.git] / net / wanrouter / wanproc.c
index 205106521ecba36c886f5dbf90064798e3da2d25..236e7eaf1b7f4d6069efa61b16b4aedcc1ef238e 100644 (file)
@@ -164,14 +164,14 @@ static int status_show(struct seq_file *m, void *v)
        return 0;
 }
 
-static struct seq_operations config_op = {
+static const struct seq_operations config_op = {
        .start  = r_start,
        .next   = r_next,
        .stop   = r_stop,
        .show   = config_show,
 };
 
-static struct seq_operations status_op = {
+static const struct seq_operations status_op = {
        .start  = r_start,
        .next   = r_next,
        .stop   = r_stop,