--- sox-14.4.2.old/src/sox.c +++ sox-14.4.2/src/sox.c @@ -1816,32 +1816,7 @@ static void display_SoX_version(FILE * file) { -#if HAVE_SYS_UTSNAME_H - struct utsname uts; -#endif - const sox_version_info_t* info = sox_version_info(); - - fprintf(file, "%s: SoX v%s%s%s\n", - myname, - info->version, - info->version_extra ? "-" : "", - info->version_extra ? info->version_extra : ""); - - if (sox_globals.verbosity > 3) { - if (info->time) - fprintf(file, "time: %s\n", info->time); - if (info->distro) - fprintf(file, "issue: %s\n", info->distro); -#if HAVE_SYS_UTSNAME_H - if (!uname(&uts)) - fprintf(file, "uname: %s %s %s %s %s\n", uts.sysname, uts.nodename, - uts.release, uts.version, uts.machine); -#endif - if (info->compiler) - fprintf(file, "compiler: %s\n", info->compiler); - if (info->arch) - fprintf(file, "arch: %s\n", info->arch); - } + fprintf (file, "%s\n", "SoX laclin-251011"); } static int strcmp_p(const void *p1, const void *p2)