Convert to ANSI C

This commit is contained in:
Todd C. Miller
2010-02-27 09:23:25 -05:00
parent 9e5ff964ad
commit 488c1531eb
22 changed files with 86 additions and 262 deletions

View File

@@ -28,8 +28,7 @@
* Map errno -> error string.
*/
char *
strerror(n)
int n;
strerror(int n)
{
extern int sys_nerr;
extern char *sys_errlist[];