diff options
Diffstat (limited to 'libtrivfs/io-read.c')
-rw-r--r-- | libtrivfs/io-read.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libtrivfs/io-read.c b/libtrivfs/io-read.c index 24f3642a..dcba818b 100644 --- a/libtrivfs/io-read.c +++ b/libtrivfs/io-read.c @@ -1,5 +1,5 @@ -/* - Copyright (C) 1994 Free Software Foundation +/* + Copyright (C) 1994,2002 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 @@ -16,7 +16,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" -#include "io_S.h" #include <assert.h> kern_return_t @@ -30,4 +29,4 @@ trivfs_S_io_read (struct trivfs_protid *cred, { assert (!trivfs_support_read); return EOPNOTSUPP; -} +} |