search for: 7c33718

Displaying 1 result from an estimated 1 matches for "7c33718".

Did you mean: 7c33714
2010 Apr 28
1
[PATCH] RFC: Running initscripts from kinit
...calling system() as part of the kinit process? Signed-off-by: Mike Waychison <mikew at google.com> --- usr/kinit/kinit.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 70 insertions(+), 0 deletions(-) diff --git a/usr/kinit/kinit.c b/usr/kinit/kinit.c index 7c33718..88d1b28 100644 --- a/usr/kinit/kinit.c +++ b/usr/kinit/kinit.c @@ -1,5 +1,6 @@ #include <sys/mount.h> #include <sys/stat.h> +#include <sys/types.h> #include <errno.h> #include <fcntl.h> #include <stdio.h> @@ -9,12 +10,15 @@ #include <limits.h> #incl...