From 0ab01ad39e485b9669ceedea8f8fd817956ca67d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 24 Sep 2006 03:49:03 +0000 Subject: use utsrelease.h rather than utsversion.h (Portage version: 2.1.2_pre1) --- sys-apps/rlocate/files/rlocate-0.5.2-utsversion.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-apps/rlocate') diff --git a/sys-apps/rlocate/files/rlocate-0.5.2-utsversion.patch b/sys-apps/rlocate/files/rlocate-0.5.2-utsversion.patch index 9bfdd1755aa8..09ca95556ad0 100644 --- a/sys-apps/rlocate/files/rlocate-0.5.2-utsversion.patch +++ b/sys-apps/rlocate/files/rlocate-0.5.2-utsversion.patch @@ -8,7 +8,7 @@ http://bugs.gentoo.org/147567 #include "$kerneldir/include/linux/version.h" + +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18) -+# include "$kerneldir/include/linux/utsversion.h" ++# include "$kerneldir/include/linux/utsrelease.h" +#endif + int -- cgit v1.2.3-65-gdbad