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). * bits) followed by a '+' (set bits).
*/ */
mode_t mode_t
getmode(bbox, omode) getmode(const void *bbox, mode_t omode)
const void *bbox;
mode_t omode;
{ {
const BITCMD *set; const BITCMD *set;
mode_t clrval, newmode, value; 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 #if !HAVE_STRMODE
void void
strmode(mode, p) strmode(mode_t mode, char *p)
mode_t mode;
char *p;
{ {
_DIAGASSERT(p != NULL); _DIAGASSERT(p != NULL);