2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16.90/csu/version.c
|
2009-11-16 09:54:19 +01:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.90.orig/csu/version.c
|
|
|
|
+++ glibc-2.16.90/csu/version.c
|
2012-08-28 14:25:24 +02:00
|
|
|
@@ -24,11 +24,12 @@ static const char __libc_release[] = REL
|
2009-02-20 08:46:43 +01:00
|
|
|
static const char __libc_version[] = VERSION;
|
|
|
|
|
|
|
|
static const char banner[] =
|
2012-11-13 12:56:09 +01:00
|
|
|
-"GNU C Library "PKGVERSION RELEASE" release version "VERSION", by Roland McGrath et al.\n\
|
|
|
|
+"GNU C Library "PKGVERSION RELEASE" release version "VERSION" (git "GITID"), by Roland McGrath et al.\n\
|
2012-05-24 11:00:17 +02:00
|
|
|
Copyright (C) 2012 Free Software Foundation, Inc.\n\
|
2009-02-20 08:46:43 +01:00
|
|
|
This is free software; see the source for copying conditions.\n\
|
|
|
|
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
|
|
|
|
PARTICULAR PURPOSE.\n\
|
|
|
|
+Configured for "CONFHOST".\n\
|
|
|
|
Compiled by GNU CC version "__VERSION__".\n"
|
|
|
|
#include "version-info.h"
|
2011-05-24 17:08:51 +02:00
|
|
|
#ifdef LIBC_ABIS_STRING
|