Building current glibc CVS on i386-gnu, I get:
../sysdeps/mach/hurd/lchmod.c: In function `lchmod':
../sysdeps/mach/hurd/lchmod.c:30: `O_NOLINK' undeclared (first use in this function)
2002-11-25 Jeff Bailey <[EMAIL PROTECTED]>
* sysdeps/mach/hurd/lchmod.c: Add missing fcntl.h include
RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/lchmod.c,v
retrieving revision 1.1
diff -u -p -r1.1 lchmod.c
--- lchmod.c 19 Oct 2002 20:03:44 -0000 1.1
+++ lchmod.c 26 Nov 2002 03:12:06 -0000
@@ -21,6 +21,7 @@
#include <stddef.h>
#include <sys/stat.h>
#include <hurd.h>
+#include <fcntl.h>
/* Change the protections of FILE to MODE. */
int
_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd