diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-11 09:05:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-11 09:05:25 +0000 |
commit | d5fb800bd6953fda53ad1d983a9e5c4be6d31455 (patch) | |
tree | 4d51ae82bfee276d827bc4bfdbba3ac3d9bb80ec | |
parent | 57b3ab48dbb8e5097368a0cbe2410cb52be9333d (diff) |
1999-10-11 Roland McGrath <roland@baalperazim.frob.com>
* dir-readdir.c (trivfs_S_dir_readdir): Take DATA_DEALLOC parameter.
-rw-r--r-- | libtrivfs/dir-readdir.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libtrivfs/dir-readdir.c b/libtrivfs/dir-readdir.c index dbd0a054..eebfabc8 100644 --- a/libtrivfs/dir-readdir.c +++ b/libtrivfs/dir-readdir.c @@ -1,5 +1,5 @@ -/* - Copyright (C) 1994 Free Software Foundation +/* + Copyright (C) 1994, 1999 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 @@ -23,6 +23,7 @@ trivfs_S_dir_readdir (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t reply_type, char **data, u_int *datalen, + boolean_t *data_dealloc, int entry, int nentries, vm_size_t bufsiz, |