aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.h
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-03 23:07:11 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-03 23:07:11 +0000
commitaadbd4ae01b010e0c3fe402aa5028efe5286a2b2 (patch)
treef43bae259f50e66e5ecb46db0d048c8c73b4a6cd /libgfortran/io/unix.h
parent83c71c22ab1163cfb0b151c77e5ce47664e4be43 (diff)
Remove prot from unix_stream
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166284 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/io/unix.h')
-rw-r--r--libgfortran/io/unix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgfortran/io/unix.h b/libgfortran/io/unix.h
index 956c011bded..563b77ee0ce 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 */