diff options
Diffstat (limited to 'vms/gawkmisc.vms')
-rw-r--r-- | vms/gawkmisc.vms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/gawkmisc.vms b/vms/gawkmisc.vms index 4d47369c..a364801d 100644 --- a/vms/gawkmisc.vms +++ b/vms/gawkmisc.vms @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-1996 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-1996, 2003 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Progamming Language. @@ -70,7 +70,7 @@ int flag; /* optimal_bufsize --- determine optimal buffer size */ -int +size_t optimal_bufsize(fd, stb) int fd; struct stat *stb; |