diff options
author | Miles Bader <miles@gnu.org> | 1997-02-20 04:31:12 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-20 04:31:12 +0000 |
commit | 1a045b9524864210e4bf633239aa30b18a503a89 (patch) | |
tree | 12c83606224ea9fee487c18d0f95b0cdcd321f4b /libnetfs/Makefile | |
parent | 22ca6e7e00ceb51fcd6714fcdac100baf9187882 (diff) |
(FSSRCS):
dir-reparent.c replaced by file-reparent.c.
Diffstat (limited to 'libnetfs/Makefile')
-rw-r--r-- | libnetfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile index 95bc726a..a12d659c 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -24,13 +24,13 @@ libname = libnetfs FSSRCS= dir-link.c dir-lookup.c dir-mkdir.c dir-mkfile.c \ dir-notice-changes.c dir-readdir.c dir-rename.c \ - dir-reparent.c dir-rmdir.c dir-unlink.c file-chauthor.c \ + dir-rmdir.c dir-unlink.c file-chauthor.c \ file-check-access.c file-chflags.c file-chmod.c file-chown.c \ file-exec.c file-get-fs-options.c file-get-storage-info.c \ file-get-translator.c file-getcontrol.c file-getlinknode.c \ file-lock-stat.c file-lock.c file-set-size.c \ file-set-translator.c file-statfs.c file-sync.c file-syncfs.c \ - file-utimes.c fsstubs.c + file-utimes.c file-reparent.c fsstubs.c IOSRCS= io-read.c io-readable.c io-seek.c io-write.c io-stat.c io-async.c \ io-set-all-openmodes.c io-get-openmodes.c io-set-some-openmodes.c \ |