diff options
author | Roland McGrath <roland@gnu.org> | 2001-06-16 02:13:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-06-16 02:13:44 +0000 |
commit | 0e02255ae2172c35dfcf36839017c2d6e349ca1e (patch) | |
tree | c2b396c9c1a4076cc302e2a22971f18c2c793053 | |
parent | 2283081f91cd0cb7727cf64ce3516b46f7b241e5 (diff) |
2001-06-15 Roland McGrath <roland@frob.com>
* Makefile (FSSRCS): Last change got botched in merging.
-rw-r--r-- | libdiskfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index f840689d..9785c29e 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -24,7 +24,7 @@ FSSRCS= dir-chg.c dir-link.c dir-lookup.c dir-mkdir.c dir-mkfile.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-getfh.c file-getlinknode.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-reparent.c IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c io-revoke.c \ |