summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-05 16:42:34 +0000
committerMiles Bader <miles@gnu.org>1997-02-05 16:42:34 +0000
commit75910f73ed47e2c8d0013cb46aa105d239b3bda9 (patch)
treeba996e7d215e987be5e8692239de8e2c5a8a3776 /libtrivfs
parent49a08a30763f306674f85fc4e4bc61aeacd3cbe1 (diff)
(FSSRCS):
Add dir-reparent.c.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 8fc8594a..7695d515 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994, 1995, 1996 Free Software Foundation
+# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -19,7 +19,7 @@ dir := libtrivfs
makemode := library
FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-lookup.c dir-readdir.c \
- dir-rename.c dir-rmdir.c dir-unlink.c file-chauthor.c \
+ dir-rename.c dir-rmdir.c dir-unlink.c dir-reparent.c file-chauthor.c \
file-chflags.c file-chmod.c file-chown.c file-get-trans.c \
file-get-transcntl.c file-getcontrol.c file-getfh.c \
file-getlinknode.c file-lock.c file-set-trans.c file-statfs.c \