Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
74a941d3
...
74a941d367ff68b20e0a7567c167f3bb0bb14613
authored
2005-11-14 21:59:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct _fise_stream.offset): Change type to off_t
1 parent
ab4502da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/file_stream.c
mailbox/file_stream.c
View file @
74a941d
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
46
struct
_file_stream
46
struct
_file_stream
47
{
47
{
48
FILE
*
file
;
48
FILE
*
file
;
49
in
t
offset
;
49
off_
t
offset
;
50
50
51
char
*
filename
;
51
char
*
filename
;
52
mu_stream_t
cache
;
52
mu_stream_t
cache
;
...
...
Please
register
or
sign in
to post a comment