aboutsummaryrefslogtreecommitdiffstats
path: root/posix
diff options
context:
space:
mode:
Diffstat (limited to 'posix')
-rw-r--r--posix/ChangeLog6
-rw-r--r--posix/gawkmisc.c6
2 files changed, 8 insertions, 4 deletions
diff --git a/posix/ChangeLog b/posix/ChangeLog
index b2bcfb1b..e219a40e 100644
--- a/posix/ChangeLog
+++ b/posix/ChangeLog
@@ -1,10 +1,14 @@
+Mon Aug 2 12:18:15 2004 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Release 3.1.4: Release tar file made.
+
Mon Jul 7 11:01:43 2003 Arnold D. Robbins <arnold@skeeve.com>
* Release 3.1.3: Release tar file made.
Sun May 25 16:23:43 2003 Corinna Vinschen <vinschen@redhat.com>
- * gawkmisc.c (cygwin_premain0): New function.
+ * gawkmisc.c (cygwin_premain0): New function.
Wed Mar 19 14:10:31 2003 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/posix/gawkmisc.c b/posix/gawkmisc.c
index b421766a..6ee973cc 100644
--- a/posix/gawkmisc.c
+++ b/posix/gawkmisc.c
@@ -1,6 +1,6 @@
/* gawkmisc.c --- miscellaneous gawk routines that are OS specific.
- Copyright (C) 1986, 1988, 1989, 1991 - 1998, 2001 - 2003 the Free Software Foundation, Inc.
+ Copyright (C) 1986, 1988, 1989, 1991 - 1998, 2001 - 2004 the Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -128,7 +128,7 @@ struct stat *stb;
#ifdef HAVE_ST_BLKSIZE
#define DEFBLKSIZE (stb->st_blksize > 0 ? stb->st_blksize : BUFSIZ)
#else
-#define DEFBLKSIZE BUFSIZ
+#define DEFBLKSIZE BUFSIZ
#endif
if (S_ISREG(stb->st_mode) /* regular file */
@@ -204,7 +204,7 @@ os_is_setuid()
/* os_setbinmode --- set binary mode on file */
int
-os_setbinmode (fd, mode)
+os_setbinmode(fd, mode)
int fd, mode;
{
return 0;