Getting rid of "old-style-definition"

Patch submitted by hoefnix. Ref.
https://groups.google.com/d/msg/minix-dev/sHQDVJRyx1c/eJjrYOqk5bgJ

Change-Id: I2fcdf4cf119ef252ccc7df06849baf37ffd08440
This commit is contained in:
2014-07-28 17:05:09 +02:00
parent 6bc75c4a0d
commit 03514ba605
47 changed files with 312 additions and 373 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ static char qbuf[8];
char *itoa(int n);
char *itoa(n)
int n;
char *itoa(int n)
{
register int r, k;
int flag = 0;