summaryrefslogtreecommitdiff
path: root/libio/genops.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/genops.c')
-rw-r--r--libio/genops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/genops.c b/libio/genops.c
index 88877ad3f0..58dac005d8 100644
--- a/libio/genops.c
+++ b/libio/genops.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993,1995,1997-2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1993,1995,1997-2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -638,7 +638,7 @@ _IO_no_init (fp, flags, orientation, wd, jmp)
int flags;
int orientation;
struct _IO_wide_data *wd;
- struct _IO_jump_t *jmp;
+ const struct _IO_jump_t *jmp;
{
_IO_old_init (fp, flags);
fp->_mode = orientation;