From 82630eb078bff4fd8264b08ce16dbfa429e0c7da Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 20:47:53 +0000 Subject: (trivfs_S_dir_rename): Accept new excl parm. --- libtrivfs/dir-rename.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtrivfs/dir-rename.c') 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; -- cgit v1.2.3