about summary refs log tree commit diff
path: root/sysdeps/mach
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-19 22:38:55 +0000
committerMiles Bader <miles@gnu.org>1996-06-19 22:38:55 +0000
commitbf0f472003fa3f6984edb8fb6ae2489680d3e763 (patch)
tree343cd2e13b449d89864107a73d743d162fa7aa21 /sysdeps/mach
parent92ea4fece749488110975caffdce425d1dc041d3 (diff)
downloadglibc-bf0f472003fa3f6984edb8fb6ae2489680d3e763.tar.gz
glibc-bf0f472003fa3f6984edb8fb6ae2489680d3e763.tar.xz
glibc-bf0f472003fa3f6984edb8fb6ae2489680d3e763.zip
*** empty log message *** cvs/libc-960620
Wed Jun 19 10:21:24 1996  Miles Bader  <miles@gnu.ai.mit.edu>

	* hurd/hurdlookup.c (__hurd_file_name_lookup_retry,
	__hurd_file_name_lookup, __hurd_file_name_split): Add & use LOOKUP argument. 
	Rename nested function lookup to lookup_op.
	(__file_name_lookup, __file_name_lookup_under):
	Pass 0 for lookup arg to __hurd_file_name_lookup.
	(__file_name_split): Likewise for __hurd_file_name_split.
	* hurd/path-lookup.c (hurd_file_name_path_lookup): Add LOOKUP argument.
	Rename nested function lookup to scan_lookup.
	(file_name_path_lookup): Pass 0 for lookup arg to
	hurd_file_name_path_lookup.
	* hurd/hurd/lookup.h (__hurd_file_name_lookup, hurd_file_name_lookup,
	__hurd_file_name_lookup_retry, hurd_file_name_lookup_retry: 
	__hurd_file_name_split, hurd_file_name_split, hurd_file_name_lookup):
	Add LOOKUP argument.
	* sysdeps/mach/hurd/access.c (__access): Pass 0 lookup arg to
	__hurd_file_name_lookup.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r--sysdeps/mach/hurd/access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/access.c b/sysdeps/mach/hurd/access.c
index eb57d92f27..009a72c7b5 100644
--- a/sysdeps/mach/hurd/access.c
+++ b/sysdeps/mach/hurd/access.c
@@ -108,7 +108,7 @@ DEFUN(__access, (file, type), CONST char *file AND int type)
 
   if (!err)
     /* Look up the file name using the modified init ports.  */
-    err = __hurd_file_name_lookup (&init_port, &__getdport,
+    err = __hurd_file_name_lookup (&init_port, &__getdport, 0,
 				   file, 0, 0, &io);
 
   /* We are done with _hurd_id.rid_auth now.  */