summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-09-12 22:15:58 +0000
committerPaul Smith <psmith@gnu.org>2002-09-12 22:15:58 +0000
commitd7ebcadadbfc100af64cc4c18580a6373bd52738 (patch)
treec66f531406bd1e48a85a02fc70e8688d9b4221f3 /misc.c
parent4a11acf04705a07b78d8ddf71cfc90ce2607cdd8 (diff)
downloadgunmake-d7ebcadadbfc100af64cc4c18580a6373bd52738.tar.gz
Fixups for the release. One bug fix, some automake complaint fixes,
and a function return type fix for older systems.
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 789bb70..7f0b1b3 100644
--- a/misc.c
+++ b/misc.c
@@ -315,7 +315,7 @@ fatal (flocp, fmt, va_alist)
#undef strerror
-const char *
+char *
strerror (errnum)
int errnum;
{