summaryrefslogtreecommitdiff
path: root/hurd/hurdlookup.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-03-04 10:15:17 +0000
committerRoland McGrath <roland@gnu.org>1999-03-04 10:15:17 +0000
commit01f0b26d5978dcfa4c9dbac439d7f5b6b66237a4 (patch)
tree922637bfaa29aff6008059a82bcded1ef22cce53 /hurd/hurdlookup.c
parente4d0709f6d32c51f19d6f0b7c66b37061153a6ca (diff)
1999-03-04 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
Diffstat (limited to 'hurd/hurdlookup.c')
-rw-r--r--hurd/hurdlookup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hurd/hurdlookup.c b/hurd/hurdlookup.c
index 6ba89b9809..984a101579 100644
--- a/hurd/hurdlookup.c
+++ b/hurd/hurdlookup.c
@@ -70,10 +70,6 @@ __hurd_file_name_lookup (error_t (*use_init_port)
while (file_name[0] == '/')
file_name++;
-#if 0 /* ?? XXX Linux 2.2.1 does this. */
- if ((flags & (O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL))
- flags |= O_NOFOLLOW;
-#endif
if (flags & O_NOFOLLOW) /* See comments below about O_NOFOLLOW. */
flags |= O_NOTRANS;