diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-02-16 10:56:36 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-02-16 10:56:36 +0000 |
commit | 9819e76c6d3bda979636c1a0c079308c9fa6485c (patch) | |
tree | 7f1f98cec3dd31269a76e888b7ec2facf15ba47d /libnetfs/Makefile | |
parent | cb36bf0b4c26059d08983267026bd20c8eb98b71 (diff) |
Tue Feb 16 05:37:03 1999 Thomas Bushnell, BSG <tb@mit.edu>
* io-revoke.c: New file.
* Makefile (IOSRCS): Add iorevoke.c.
Diffstat (limited to 'libnetfs/Makefile')
-rw-r--r-- | libnetfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile index 92f223e0..26c71f63 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1995, 1996, 1997 Free Software Foundation +# Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -36,7 +36,7 @@ IOSRCS= io-read.c io-readable.c io-seek.c io-write.c io-stat.c io-async.c \ io-set-all-openmodes.c io-get-openmodes.c io-set-some-openmodes.c \ io-clear-some-openmodes.c io-mod-owner.c io-get-owner.c io-select.c \ io-get-icky-async-id.c io-reauthenticate.c io-restrict-auth.c \ - io-duplicate.c iostubs.c io-identity.c + io-duplicate.c iostubs.c io-identity.c io-revoke.c FSYSSRCS= fsys-syncfs.c fsys-getroot.c fsys-get-options.c fsys-set-options.c \ fsysstubs.c |