diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-02-16 10:56:58 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-02-16 10:56:58 +0000 |
commit | 113320c6cc5d0b527b8d14ec9df1c6b07496bc3b (patch) | |
tree | 3f25b23b69fd96adc4fa4e71c5632c84e9de95b0 /libtrivfs/Makefile | |
parent | 9819e76c6d3bda979636c1a0c079308c9fa6485c (diff) |
Tue Feb 16 05:47:57 1999 Thomas Bushnell, BSG <tb@mit.edu>
* io-revoke.c: New file.
* Makefile (IOSRCS): Add io-revoke.c.
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 |