From 451ec5438a4959e2ed2913582b4f12ad7a7085c4 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Fri, 9 Jan 2004 22:24:07 +0000 Subject: [PATCH] fixed the libcap samba fix (hopefully - PowerPC/rs6k build still running) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2160 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/libcap/libcap-1.10-userland.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base/libcap/libcap-1.10-userland.patch b/package/base/libcap/libcap-1.10-userland.patch index 28f79b6bc..a71e85eea 100644 --- a/package/base/libcap/libcap-1.10-userland.patch +++ b/package/base/libcap/libcap-1.10-userland.patch @@ -35,7 +35,7 @@ commonly accepted ... :-( + * Make sure we can be included from userland by preventing + * capability.h from including other kernel headers + */ -+#define _LINUX_TYPES_H ++/* #define _LINUX_TYPES_H */ +#define _LINUX_FS_H +typedef uint32_t __u32; +