diff options
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r-- | libtrivfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 96ddbe98..58322c15 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation +# Copyright (C) 1994, 1995, 1996, 1997, 1999 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 @@ -29,7 +29,7 @@ FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-lookup.c dir-readdir.c \ IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \ io-modes-off.c io-modes-on.c io-modes-set.c io-owner-get.c \ - io-owner-mod.c io-pathconf.c io-read.c io-readable.c \ + io-owner-mod.c io-pathconf.c io-read.c io-readable.c io-revoke.c \ io-reauthenticate.c io-restrict-auth.c io-seek.c io-select.c \ io-stat.c io-stubs.c io-write.c io-version.c io-identity.c |