summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 19:33:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 19:33:12 +0000
commit1fdf2b334088ac5b6776aaacab0d1cb43bb65739 (patch)
treeeb4e41d24d77bd0e1f3158701c7abe60bf4f36dc /libtrivfs
parenta2d17cc4f8b345fab31f0833d129397c79050f9c (diff)
(OTHERSRCS): Delete handle-port.c.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 394c7d18..4f909ba8 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -34,7 +34,7 @@ IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \
FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c fsys-forward.c
-OTHERSRCS=demuxer.c handle-port.c protid-clean.c protid-dup.c cntl-create.c \
+OTHERSRCS=demuxer.c protid-clean.c protid-dup.c cntl-create.c \
cntl-clean.c migsupport.c times.c startup.c open.c
SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS)