diff options
author | Janne Blomqvist <jb@gcc.gnu.org> | 2010-11-04 01:07:11 +0200 |
---|---|---|
committer | Janne Blomqvist <jb@gcc.gnu.org> | 2010-11-04 01:07:11 +0200 |
commit | 332b9a5c155b05570c2838044c922a00080e31f5 (patch) | |
tree | f43bae259f50e66e5ecb46db0d048c8c73b4a6cd /libgfortran/io/unix.h | |
parent | 2fa692c0dfc8385a3b2535ecd9b6b8ef2d0055e5 (diff) | |
download | gcc-332b9a5c155b05570c2838044c922a00080e31f5.zip gcc-332b9a5c155b05570c2838044c922a00080e31f5.tar.gz gcc-332b9a5c155b05570c2838044c922a00080e31f5.tar.bz2 |
Remove prot from unix_stream
From-SVN: r166284
Diffstat (limited to 'libgfortran/io/unix.h')
-rw-r--r-- | libgfortran/io/unix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgfortran/io/unix.h b/libgfortran/io/unix.h index 956c011..563b77e 100644 --- a/libgfortran/io/unix.h +++ b/libgfortran/io/unix.h @@ -56,7 +56,6 @@ typedef struct int active; /* Length of valid bytes in the buffer */ - int prot; int ndirty; /* Dirty bytes starting at buffer_offset */ int special_file; /* =1 if the fd refers to a special file */ |