summaryrefslogtreecommitdiff
path: root/hurd/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-07-10 22:17:40 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-07-10 22:17:40 +0000
commit3178f3765a76d42e62c0e79e7a21812fbcc15319 (patch)
treeff1e18ec97d6b5726e04c981474a77c7bc5917e5 /hurd/ChangeLog
parent312f376bdd88d1dd82aae1ced6c7581ab88fd260 (diff)
2001-07-11 Marcus Brinkmann <marcus@gnu.org>
* fs.defs (routine file_get_storage_info): Add dealloc to all out parameters (PORTS, INTS, OFFSETS, DATA). (routine file_get_fs_options): Add dealloc to out parameter OPTIONS. * fsys.defs (routine fsys_get_options): Add dealloc to out parameter OPTIONS. * process.defs (routine proc_getprocinfo): Add dealloc to out paramter PROCINFO.
Diffstat (limited to 'hurd/ChangeLog')
-rw-r--r--hurd/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index e982145f..4783c977 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,15 @@
+2001-07-11 Marcus Brinkmann <marcus@gnu.org>
+
+ * fs.defs (routine file_get_storage_info): Add dealloc to all out
+ parameters (PORTS, INTS, OFFSETS, DATA).
+ (routine file_get_fs_options): Add dealloc to out parameter OPTIONS.
+
+ * fsys.defs (routine fsys_get_options): Add dealloc to out
+ parameter OPTIONS.
+
+ * process.defs (routine proc_getprocinfo): Add dealloc to out
+ paramter PROCINFO.
+
2001-06-15 Neal H Walfield <neal@cs.uml.edu>
* hurd_types.h: New macro, FS_TRANS_ORPHAN.