Fixups for the release. One bug fix, some automake complaint fixes,

and a function return type fix for older systems.
This commit is contained in:
Paul Smith
2002-09-12 22:15:58 +00:00
parent 4a11acf047
commit d7ebcadadb
4 changed files with 14 additions and 3 deletions

2
misc.c
View File

@@ -315,7 +315,7 @@ fatal (flocp, fmt, va_alist)
#undef strerror
const char *
char *
strerror (errnum)
int errnum;
{