summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 20:47:16 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 20:47:16 +0000
commit45cb0969c26cd0e0d4143d16ed416af21eae2000 (patch)
tree24e256b192880214455e23afb143fed24f09fe45
parent1fdf2b334088ac5b6776aaacab0d1cb43bb65739 (diff)
(trivfs_S_dir_link): Accept new excl parm.
-rw-r--r--libtrivfs/dir-link.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/dir-link.c b/libtrivfs/dir-link.c
index d1fffd44..0f4833d0 100644
--- a/libtrivfs/dir-link.c
+++ b/libtrivfs/dir-link.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994 Free Software Foundation
+ Copyright (C) 1994, 1996 Free Software Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -21,7 +21,7 @@
kern_return_t
trivfs_S_dir_link (struct trivfs_protid *dir,
mach_port_t reply, mach_msg_type_name_t reply_type,
- struct trivfs_protid *file, char *name)
+ struct trivfs_protid *file, char *name, int excl)
{
if (!file)
return EOPNOTSUPP;