projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93c0d9f
)
Fixed a warning about missing initializer
author
Pavel Roskin
<proski@gnu.org>
Fri, 14 Jul 2000 15:44:25 +0000
(15:44 -0000)
committer
Pavel Roskin
<proski@gnu.org>
Fri, 14 Jul 2000 15:44:25 +0000
(15:44 -0000)
init.c
patch
|
blob
|
history
init/init.c
patch
|
blob
|
history
diff --git
a/init.c
b/init.c
index
f38d154
..
5a89439
100644
(file)
--- 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
f38d154
..
5a89439
100644
(file)
--- 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 */