aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.c2
-rw-r--r--init/init.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/init.c b/init.c
index f38d154b7..5a894392b 100644
--- a/init.c
+++ b/init.c
@@ -151,7 +151,7 @@ static const struct initActionType actions[] = {
{"wait", WAIT},
{"once", ONCE},
{"ctrlaltdel", CTRLALTDEL},
- {0}
+ {0, 0}
};
/* Set up a linked list of initActions, to be read from inittab */
diff --git a/init/init.c b/init/init.c
index f38d154b7..5a894392b 100644
--- a/init/init.c
+++ b/init/init.c
@@ -151,7 +151,7 @@ static const struct initActionType actions[] = {
{"wait", WAIT},
{"once", ONCE},
{"ctrlaltdel", CTRLALTDEL},
- {0}
+ {0, 0}
};
/* Set up a linked list of initActions, to be read from inittab */