comparison core/lilo/disable-glibc.patch @ 92:8ca2a0576f25

core/lilo: initial import, closes #1169
author David Demelier <markand@malikania.fr>
date Fri, 08 Mar 2019 12:56:41 +0100
parents
children
comparison
equal deleted inserted replaced
91:c430ad34da57 92:8ca2a0576f25
1 --- src/lilo.c.orig 2019-03-07 13:59:48.757998431 +0100
2 +++ src/lilo.c 2019-03-07 14:00:02.290997682 +0100
3 @@ -182,7 +182,6 @@
4 printf("Without");
5 #endif
6 printf(" device-mapper\n");
7 - printf("\nglibc version %d.%d\n", __GLIBC__, __GLIBC_MINOR__);
8 printf("Kernel Headers included from %d.%d.%d\n",
9 LINUX_VERSION_CODE>>16,
10 LINUX_VERSION_CODE>>8 & 255,