diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 19:55:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 19:55:29 +0000 |
commit | 3633fe6d934b5cc1934a129b77f7e4c459c18ae8 (patch) | |
tree | d76c6f348ee144d9d8ef8295cbb20a587a674990 /libdiskfs | |
parent | 17106be726be74e000e6f10923ab8d10472d376f (diff) |
(OTHERSRCS): Removed trans-start.c, trans-destroy.c, and trans-sync.c.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 99bdda4b..a2cda8ad 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -45,11 +45,11 @@ INTSRCS=interrupt.c OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ node-create.c node-drop.c node-make.c node-rdwr.c node-update.c \ peropen-make.c peropen-rele.c protid-make.c protid-rele.c \ - rdwr-internal.c trans-destroy.c trans-start.c init-init.c \ + rdwr-internal.c init-init.c \ init-startup.c init-first.c \ boot-parse.c boot-start.c \ demuxer.c exc.c node-times.c \ - trans-sync.c shutdown.c \ + shutdown.c \ sync-interval.c sync-default.c \ opts-set.c opts-std-startup.c opts-runtime-def.c |