From a1653d830015817a6a9c1114d33fa32fe36ad7cf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 13 Jun 2002 19:52:09 +0000 Subject: 2002-06-13 Roland McGrath * file-exec.c (trivfs_S_file_exec): Add reply port args. --- libtrivfs/file-exec.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libtrivfs/file-exec.c b/libtrivfs/file-exec.c index d39af5fd..a3ab048d 100644 --- a/libtrivfs/file-exec.c +++ b/libtrivfs/file-exec.c @@ -1,5 +1,5 @@ -/* - Copyright (C) 1994 Free Software Foundation +/* + Copyright (C) 1994,2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -19,6 +19,8 @@ kern_return_t trivfs_S_file_exec (trivfs_protid_t exec_file, + mach_port_t reply, + mach_msg_type_name_t replyPoly, mach_port_t exec_task, int flags, data_t argv, @@ -38,6 +40,3 @@ trivfs_S_file_exec (trivfs_protid_t exec_file, { return EOPNOTSUPP; } - - - -- cgit v1.2.3