diff options
Diffstat (limited to 'sysdeps/mach/hurd/stdio_init.c')
-rw-r--r-- | sysdeps/mach/hurd/stdio_init.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/stdio_init.c b/sysdeps/mach/hurd/stdio_init.c index d353460a15..6f2cdbef9c 100644 --- a/sysdeps/mach/hurd/stdio_init.c +++ b/sysdeps/mach/hurd/stdio_init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1997, 1998 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 @@ -29,8 +29,7 @@ If no buffer is allocated, but the bufsize is set, the bufsize will be used to allocate the buffer. */ void -__stdio_init_stream (stream) - FILE *stream; +__stdio_init_stream (FILE *stream) { struct hurd_fd *const d = stream->__cookie; struct stat statb; |