view core/lilo/disable-glibc.patch @ 98:11b453a08c70

core/lvm2: initial import, closes #1034
author David Demelier <markand@malikania.fr>
date Sat, 09 Mar 2019 10:43:48 +0100
parents 8ca2a0576f25
children
line wrap: on
line source

--- src/lilo.c.orig	2019-03-07 13:59:48.757998431 +0100
+++ src/lilo.c	2019-03-07 14:00:02.290997682 +0100
@@ -182,7 +182,6 @@
                 printf("Without");
 #endif
                 printf(" device-mapper\n");
-		printf("\nglibc version %d.%d\n", __GLIBC__, __GLIBC_MINOR__);
 		printf("Kernel Headers included from  %d.%d.%d\n",
 			LINUX_VERSION_CODE>>16,
 			LINUX_VERSION_CODE>>8 & 255,