lib: declarations that needed ANSIfication since prototypes are declared

This commit is contained in:
Ben Gras 2010-06-09 13:01:11 +00:00
parent c1b4cc24e4
commit 1ce7983ee3
2 changed files with 2 additions and 6 deletions

View file

@ -92,9 +92,7 @@ static void dumpmode (BITCMD *);
* bits) followed by a '+' (set bits).
*/
mode_t
getmode(bbox, omode)
const void *bbox;
mode_t omode;
getmode(const void *bbox, mode_t omode)
{
const BITCMD *set;
mode_t clrval, newmode, value;

View file

@ -53,9 +53,7 @@ __RCSID("$NetBSD: strmode.c,v 1.18 2006/10/07 22:04:18 apb Exp $");
#if !HAVE_STRMODE
void
strmode(mode, p)
mode_t mode;
char *p;
strmode(mode_t mode, char *p)
{
_DIAGASSERT(p != NULL);