diff options
Diffstat (limited to 'ldso/util/ldconfig.c')
-rw-r--r-- | ldso/util/ldconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/util/ldconfig.c b/ldso/util/ldconfig.c index 58f9cb10b..8ea344043 100644 --- a/ldso/util/ldconfig.c +++ b/ldso/util/ldconfig.c @@ -617,7 +617,7 @@ int main(int argc, char **argv) /* allow me to introduce myself, hi, my name is ... */ if (verbose > 0) - printf("%s: version %s\n", argv[0], VERSION); + printf("%s: uClibc version\n", argv[0]); if (printcache) { |