diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-13 19:33:02 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-13 19:33:02 +0000 |
commit | 0e54a1f1e388c1c647d6c1bf64cd3d89e0b21ef8 (patch) | |
tree | e5c925c20da213762bc0b4a24d53bbfd26df8746 /libdiskfs | |
parent | 927a54423a68eba2df63139efe714f134a87d116 (diff) |
entered into RCS
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/ports-clean.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/ports-clean.c b/libdiskfs/ports-clean.c index 2b54ebe3..01a50dc5 100644 --- a/libdiskfs/ports-clean.c +++ b/libdiskfs/ports-clean.c @@ -25,4 +25,5 @@ void (*ports_cleanroutines[])(void *)= [PT_PROTID] = diskfs_protid_rele, [PT_PAGER] = pager_clean, [PT_TRANSBOOT] = fshelp_transboot_clean, + [PT_CTL] = _diskfs_control_clean, }; |