mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1385 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
328 B
Diff
14 lines
328 B
Diff
--- nfs-utils-1.0.6/tools/getkversion/getkversion.c.orig 2007-02-22 12:33:54.000000000 +0000
|
|
+++ nfs-utils-1.0.6/tools/getkversion/getkversion.c 2007-02-22 12:33:56.000000000 +0000
|
|
@@ -12,6 +12,10 @@
|
|
int
|
|
main(void) /* This is for Dan Popp ;) */
|
|
{
|
|
+
|
|
+#ifdef UTS_RELEASE
|
|
printf("%s\n", UTS_RELEASE);
|
|
+#endif
|
|
+
|
|
return 0;
|
|
}
|