diff options
author | Miles Bader <miles@gnu.org> | 1997-02-14 01:28:00 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-14 01:28:00 +0000 |
commit | 300a95e1b5cd7792780d8c730f019688a0a2dba9 (patch) | |
tree | c50c5165227096a91f98eb4782f63d095a2d592f /libdiskfs/Makefile | |
parent | a6fef7b483c8b640058c0f78ce4a07655e3c816b (diff) |
(FSSRCS):
dir-reparent.c replaced by file-reparent.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 9297a699..aa96cb49 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -20,13 +20,13 @@ makemode := library libname = libdiskfs FSSRCS= dir-chg.c dir-link.c dir-lookup.c dir-mkdir.c dir-mkfile.c \ - dir-readdir.c dir-rename.c dir-reparent.c dir-rmdir.c dir-unlink.c \ + dir-readdir.c dir-rename.c dir-rmdir.c dir-unlink.c \ file-access.c file-chauthor.c file-chflags.c file-chg.c \ file-chmod.c file-chown.c file-exec.c file-get-fs-opts.c \ file-get-trans.c file-get-transcntl.c file-getcontrol.c \ file-getfh.c file-getlinknode.c file-inv-trans.c file-lock-stat.c \ file-lock.c file-set-size.c file-set-trans.c file-statfs.c \ - file-sync.c file-syncfs.c file-utimes.c + file-sync.c file-syncfs.c file-utimes.c file-reparent.c IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c \ io-interrupt.c io-map-cntl.c io-map.c io-modes-get.c io-modes-off.c \ io-modes-on.c io-modes-set.c io-owner-mod.c io-owner-get.c \ |