libunwind: update to 1.8.1
[openadk.git] / package / w3m / patches / patch-istream_h
blobb6a6a867b4f5732337519f6fc382191f0d5e1b84
1 --- w3m-0.5.3.orig/istream.h    2003-10-20 18:41:56.000000000 +0200
2 +++ w3m-0.5.3/istream.h 2014-04-08 19:57:31.000000000 +0200
3 @@ -20,7 +20,7 @@ struct stream_buffer {
4  
5  typedef struct stream_buffer *StreamBuffer;
6  
7 -struct file_handle {
8 +struct wfile_handle {
9      FILE *f;
10      void (*close) ();
11  };
12 @@ -53,7 +53,7 @@ struct base_stream {
14  struct file_stream {
15      struct stream_buffer stream;
16 -    struct file_handle *handle;
17 +    struct wfile_handle *handle;
18      char type;
19      char iseos;
20      int (*read) ();