diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 17:22:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 17:22:09 +0000 |
commit | 33bb2dfb394c3e4bbeadb3831b0f77ff0dba52a6 (patch) | |
tree | 7349a841c1bff7dc12a14e496c30652989a2062f /libdiskfs/ports-clean.c | |
parent | 341c8f5381def049f10cf64a79bd42e2cd070762 (diff) |
Formerly ports-clean.c.~3~
Diffstat (limited to 'libdiskfs/ports-clean.c')
-rw-r--r-- | libdiskfs/ports-clean.c | 12 |
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, }; - - |