Browse Source

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
rocklinux
Rene Rebe 22 years ago
parent
commit
451ec5438a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/libcap/libcap-1.10-userland.patch

+ 1
- 1
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;
+

Loading…
Cancel
Save