diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 03:49:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 03:49:03 +0000 |
commit | 0ab01ad39e485b9669ceedea8f8fd817956ca67d (patch) | |
tree | d5f49e5d167574e7ab51ad3f8bd3b18b39e038e6 /sys-apps/rlocate | |
parent | add missing net-libs/libnfsidmap DEPEND for USE=nfs #148828 by Michael Cramer (diff) | |
download | gentoo-2-0ab01ad39e485b9669ceedea8f8fd817956ca67d.tar.gz gentoo-2-0ab01ad39e485b9669ceedea8f8fd817956ca67d.tar.bz2 gentoo-2-0ab01ad39e485b9669ceedea8f8fd817956ca67d.zip |
use utsrelease.h rather than utsversion.h
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'sys-apps/rlocate')
-rw-r--r-- | sys-apps/rlocate/files/rlocate-0.5.2-utsversion.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |