2001-08-12 Roland McGrath <roland@frob.com>
* hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
This commit is contained in:
parent
60ab36c144
commit
5c7665dc18
@ -67,7 +67,7 @@ __hurd_file_name_lookup (error_t (*use_init_port)
|
||||
while (file_name[0] == '/')
|
||||
file_name++;
|
||||
|
||||
if (flags & O_NOFOLLOW) /* See comments below about O_NOFOLLOW. */
|
||||
if (flags & O_NOFOLLOW) /* See lookup-retry.c about O_NOFOLLOW. */
|
||||
flags |= O_NOTRANS;
|
||||
|
||||
if (flags & O_DIRECTORY)
|
||||
|
Loading…
Reference in New Issue
Block a user