diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 20:47:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 20:47:53 +0000 |
commit | 82630eb078bff4fd8264b08ce16dbfa429e0c7da (patch) | |
tree | cdf8e5232be4aaaf7856f9d31f28b964b64a831a | |
parent | 45cb0969c26cd0e0d4143d16ed416af21eae2000 (diff) |
(trivfs_S_dir_rename): Accept new excl parm.
-rw-r--r-- | libtrivfs/dir-rename.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/dir-rename.c b/libtrivfs/dir-rename.c index 9008a339..48fff625 100644 --- a/libtrivfs/dir-rename.c +++ b/libtrivfs/dir-rename.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 @@ -22,7 +22,7 @@ kern_return_t trivfs_S_dir_rename (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t reply_type, char *name, - struct trivfs_protid *cred2, char *name2) + struct trivfs_protid *cred2, char *name2, int excl) { if (!cred) return EOPNOTSUPP; |