diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-13 19:52:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-13 19:52:09 +0000 |
commit | a1653d830015817a6a9c1114d33fa32fe36ad7cf (patch) | |
tree | 93d0623df063e6b5c7226b0d9d173565111d7dc9 /libtrivfs | |
parent | 66dc0aea2da34d2e338658070efdba302e40e0ca (diff) |
2002-06-13 Roland McGrath <roland@frob.com>
* file-exec.c (trivfs_S_file_exec): Add reply port args.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/file-exec.c | 9 |
1 files 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; } - - - |