aboutsummaryrefslogtreecommitdiffstats
path: root/missing/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/strerror.c')
-rw-r--r--missing/strerror.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/missing/strerror.c b/missing/strerror.c
index e9c20804..badaf5dd 100644
--- a/missing/strerror.c
+++ b/missing/strerror.c
@@ -3,15 +3,15 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Progamming Language.
*
* GAWK is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 1, or (at your option)
- * any later version.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* GAWK is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -20,17 +20,12 @@
*
* You should have received a copy of the GNU General Public License
* along with GAWK; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
extern int sys_nerr;
extern char *sys_errlist[];
-/* have to get right decl of sprintf early on */
-#ifndef BUFSIZ /* stdio specific definition */
-#include <stdio.h>
-#endif
-
char *
strerror(n)
int n;