GCC configuration script unified for both kconfig and configsys.

Ling scripts modified for compatibility with CodeScape toolchain.
Fixed gcc warnings in kernel and kconfig.
This commit is contained in:
Serge Vakulenko
2015-09-01 19:46:57 -07:00
parent 585773955b
commit 635d8ff2f7
12 changed files with 85 additions and 135 deletions

View File

@@ -228,7 +228,7 @@ selscan(ibits, obits, nfd, retval)
fd_set *ibits, *obits;
int nfd, *retval;
{
register int i, j, flag;
register int i, j, flag = 0;
fd_mask bits;
struct file *fp;
int which, n = 0;