diff options
author | Roland McGrath <roland@gnu.org> | 2001-06-11 07:14:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-06-11 07:14:29 +0000 |
commit | 8d447f93c62ec3bcb8cd8492006e40745a09312b (patch) | |
tree | 1ffa056c371ee4bbdfa6978630eec92e9a7d6b7c | |
parent | 534df041169b945cceb710cdef4a9039ed2d20d4 (diff) |
2001-06-10 Neal H Walfield <neal@cs.uml.edu>
* file-inv.c: Remove this file, function no longer exists.
* Makefile (FSSRCS): Remove reference to file-inv.c.
-rw-r--r-- | libtrivfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 58322c15..7d6cff68 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 1994, 1995, 1996, 1997, 1999 Free Software Foundation +# +# Copyright (C) 1994,95,96,97,99,2001 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -24,7 +24,7 @@ FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-lookup.c dir-readdir.c \ file-get-transcntl.c file-getcontrol.c file-getfh.c \ file-getlinknode.c file-lock.c file-set-trans.c file-statfs.c \ file-sync.c file-syncfs.c file-set-size.c file-utimes.c file-exec.c \ - file-access.c dir-chg.c file-chg.c file-inv.c file-get-storage-info.c \ + file-access.c dir-chg.c file-chg.c file-get-storage-info.c \ file-get-fs-options.c file-reparent.c IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \ |