insert definitions of INT in some functions

This commit is contained in:
vasily122
2016-11-04 13:46:37 +00:00
parent f3dbdc7615
commit f5452b74de
3 changed files with 20 additions and 7 deletions

View File

@@ -36,8 +36,7 @@
/*
* build the ioconf.c file
*/
static void
service_ioconf(fp)
static void service_ioconf(fp)
register FILE *fp;
{
register struct device *dp;
@@ -56,8 +55,7 @@ service_ioconf(fp)
fprintf(fp, " { 0 }\n};\n");
}
static char *
wnum(num)
static char *wnum(int num)
{
if (num == QUES || num == UNKNOWN)
return ("?");