diff options
author | Roland McGrath <roland@gnu.org> | 2001-04-01 21:31:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-04-01 21:31:44 +0000 |
commit | 2f550b2c244e01fcc4524978369b1c05ce16317e (patch) | |
tree | eae6037a9d4e7d4cd4d37e8b28a0103ea93ddc4f /libdiskfs/Makefile | |
parent | 996b23a49d146f3e54b0a44ea18963b733dba850 (diff) |
2001-04-01 Roland McGrath <roland@frob.com>
* io-interrupt.c: Obsolete file removed.
* Makefile (IOSRCS): Remove it from the list.
Reported by Neal H Walfield <neal@cs.uml.edu>.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 56cba641..9a6fe548 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -28,7 +28,7 @@ FSSRCS= dir-chg.c dir-link.c dir-lookup.c dir-mkdir.c dir-mkfile.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 \ - io-interrupt.c io-map-cntl.c io-map.c io-modes-get.c io-modes-off.c \ + io-map-cntl.c io-map.c io-modes-get.c io-modes-off.c \ io-modes-on.c io-modes-set.c io-owner-mod.c io-owner-get.c \ io-pathconf.c io-prenotify.c io-read.c io-readable.c io-identity.c \ io-reauthenticate.c io-rel-conch.c io-restrict-auth.c io-seek.c \ |