libgcrypt: update to 1.4.6
[openembedded.git] / recipes / nfs-utils / nfs-utils-1.0.6 / kernel-2.6.18+.patch
1 --- nfs-utils-1.0.6/tools/getkversion/getkversion.c.orig        2007-02-22 12:33:54.000000000 +0000
2 +++ nfs-utils-1.0.6/tools/getkversion/getkversion.c     2007-02-22 12:33:56.000000000 +0000
3 @@ -12,6 +12,10 @@
4  int
5  main(void)     /* This is for Dan Popp ;) */
6  {
7 +
8 +#ifdef UTS_RELEASE
9         printf("%s\n", UTS_RELEASE);
10 +#endif
11 +
12         return 0;
13  }