bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

O_NOLINK


From: Jeff Bailey
Subject: O_NOLINK
Date: Mon, 25 Nov 2002 19:17:17 -0800
User-agent: Mutt/1.3.28i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]