From 45cb0969c26cd0e0d4143d16ed416af21eae2000 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 20:47:16 +0000 Subject: (trivfs_S_dir_link): Accept new excl parm. --- libtrivfs/dir-link.c | 4 ++-- 1 file 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; -- cgit v1.2.3