]> Zhao Yanbai Git Server - minix.git/commitdiff
lib: declarations that needed ANSIfication since prototypes are declared
authorBen Gras <ben@minix3.org>
Wed, 9 Jun 2010 13:01:11 +0000 (13:01 +0000)
committerBen Gras <ben@minix3.org>
Wed, 9 Jun 2010 13:01:11 +0000 (13:01 +0000)
lib/libc/other/setmode.c
lib/libc/other/strmode.c

index 45972852c06b4821d0560f140b6cc379c2d5386f..3eb154cbf60a439c3e3c9a332758c8c2617cae33 100644 (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;
index 9a2aa6ce9957d5654aba03cbc56e7259b3d6b3a7..f85875abc61f6f3ba7010eb4969f304c9f9621b5 100644 (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);