This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

O_NOLINK


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  <jbailey@gnu.org>

        * 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]