summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-11 17:22:09 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-11 17:22:09 +0000
commit33bb2dfb394c3e4bbeadb3831b0f77ff0dba52a6 (patch)
tree7349a841c1bff7dc12a14e496c30652989a2062f /libdiskfs
parent341c8f5381def049f10cf64a79bd42e2cd070762 (diff)
Formerly ports-clean.c.~3~
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/ports-clean.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/libdiskfs/ports-clean.c b/libdiskfs/ports-clean.c
index 53162988..90dbb5de 100644
--- a/libdiskfs/ports-clean.c
+++ b/libdiskfs/ports-clean.c
@@ -28,13 +28,7 @@ protid_clean (void *arg)
away on a port. */
void (*ports_cleanroutines[])(void *)=
{
- 0,
- protid_clean,
- pager_clean,
- 0,
- 0,
- 0,
- fshelp_transboot_clean,
+ [PT_PROTID] = protid_clean,
+ [PT_PAGER] = pager_clean,
+ [PT_TRANSBOOT] = fshelp_transboot_clean,
};
-
-