search for: 28d29534896f

Displaying 1 result from an estimated 1 matches for "28d29534896f".

2020 Jun 18
1
[PATCH] Kbuild for klibc and nfsmount: fix multiple definitions
...sr/klibc/getopt_long.c | 4 ++-- usr/klibc/libc_init.c | 2 +- usr/klibc/lrand48.c | 2 +- usr/klibc/mrand48.c | 2 +- usr/klibc/sbrk.c | 2 +- usr/klibc/srand48.c | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/usr/kinit/kinit.c b/usr/kinit/kinit.c index 28d29534896f..e2a2439c53ac 100644 --- a/usr/kinit/kinit.c +++ b/usr/kinit/kinit.c @@ -15,7 +15,6 @@ #include "run-init.h" #include "resume.h" -const char *progname = "kinit"; int mnt_procfs; int mnt_sysfs; diff --git a/usr/klibc/getopt_long.c b/usr/klibc/getopt_long.c index...