[git commit] force arches to provide sys/user.h

Mike Frysinger vapier at gentoo.org
Sun Jul 26 20:09:10 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=8aae3af140c6833c146dce707f9960b1ad79f043
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Now that Linux is no longer installing linux/user.h, arches will have to
provide their own.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 libc/sysdeps/linux/common/sys/user.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/sysdeps/linux/common/sys/user.h b/libc/sysdeps/linux/common/sys/user.h
index 30e9b57..03e56c3 100644
--- a/libc/sysdeps/linux/common/sys/user.h
+++ b/libc/sysdeps/linux/common/sys/user.h
@@ -1 +1 @@
-#include <linux/user.h>
+#error "This file is machine-dependent and not provided for this machine."
-- 
1.6.3.3



More information about the uClibc-cvs mailing list