diff options
author | Roland McGrath <roland@gnu.org> | 1994-03-25 02:37:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-03-25 02:37:00 +0000 |
commit | 21699f8a3d1526ad8972f4988b6131cb55b082d4 (patch) | |
tree | 530e0e5c71c2d22a4c6bd7e13a77838fe72b369b /hurd/shared.h | |
parent | 85b9a69b1566de395761799194a516d90f831bf8 (diff) |
Formerly shared.h.~19~
Diffstat (limited to 'hurd/shared.h')
-rw-r--r-- | hurd/shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/shared.h b/hurd/shared.h index 0911d0f6..3fa3068e 100644 --- a/hurd/shared.h +++ b/hurd/shared.h @@ -63,7 +63,7 @@ struct shared_io int use_file_size; /* file_size is meaningful */ int use_read_size; /* read_size is meaningful */ - int read_size; + off_t read_size; enum { |