projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
807598f
)
1999-03-04 Roland McGrath <roland@baalperazim.frob.com>
author
roland
<roland>
Thu, 4 Mar 1999 10:15:17 +0000
(10:15 +0000)
committer
roland
<roland>
Thu, 4 Mar 1999 10:15:17 +0000
(10:15 +0000)
* hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
hurd/hurdlookup.c
patch
|
blob
|
history
diff --git
a/hurd/hurdlookup.c
b/hurd/hurdlookup.c
index
6ba89b9
..
984a101
100644
(file)
--- 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;