HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/src/glibc/debian/patches/i386/unsubmitted-quiet-ldconfig.diff
--- x/sysdeps/unix/sysv/linux/i386/readelflib.c	2012-03-21 14:25:11.000000000 -0600
+++ x/sysdeps/unix/sysv/linux/i386/readelflib.c	2013-01-23 21:17:58.748565867 -0700
@@ -62,8 +62,11 @@
 #ifndef SKIP_EM_IA_64
 failed:
 #endif
-      error (0, 0, _("%s is for unknown machine %d.\n"),
-	     file_name, elf_header->e_machine);
+      if (opt_verbose)
+	{
+	  error (0, 0, _("%s is for unknown machine %d.\n"),
+		file_name, elf_header->e_machine);
+	}
       return 1;
     }