summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlava Barinov <v.barinov@samsung.com>2016-05-10 14:34:12 +0300
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-12 15:17:08 +0900
commit5ab61dbb334461e0b8808d1e4200a1316cc13495 (patch)
tree8c8b46045b10776ebff4693f3c37e7d6b89476fd
parentde4710ca16b9e425e899fc310ec7a6204a119e9d (diff)
downloadcpio-tizen_3.0.m2_base.tar.gz
cpio-tizen_3.0.m2_base.tar.bz2
cpio-tizen_3.0.m2_base.zip
Change-Id: I9a07aa94dfe35b36d6d52bd3f1ac29d3163f51a9 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rw-r--r--src/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.c b/src/global.c
index cff9720..72deab1 100644
--- a/src/global.c
+++ b/src/global.c
@@ -185,7 +185,7 @@ unsigned int warn_option = 0;
bool to_stdout_option = false;
/* The name this program was run with. */
-char *program_name;
+extern char *program_name;
/* A pointer to either lstat or stat, depending on whether
dereferencing of symlinks is done for input files. */