changed int-functions to void-functions
This commit is contained in:
parent
74847f83b5
commit
7f4e95884f
@ -196,7 +196,7 @@ getdents(int fildes, char *buf, unsigned nbyte) /* returns # bytes read;
|
||||
}
|
||||
/* else fall through into emulation */
|
||||
|
||||
/* case no: /* fall through into emulation */
|
||||
/* case no:*/ /* fall through into emulation */
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ setgrent(void)
|
||||
return _gfd;
|
||||
}
|
||||
|
||||
int
|
||||
void
|
||||
endgrent(void)
|
||||
{
|
||||
if (_gfd >= 0)
|
||||
@ -79,7 +79,7 @@ getline(void)
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int
|
||||
static void
|
||||
skip_period(void)
|
||||
{
|
||||
while (*_buf && *_buf != ':')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user