From ee0c82f4138ba42f5921e95e1d4ed776d5c77d00 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 2 Aug 2008 05:16:26 +0000 Subject: Add missing prototypes. --- cpukit/libmisc/shell/filemode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/libmisc/shell/filemode.c') diff --git a/cpukit/libmisc/shell/filemode.c b/cpukit/libmisc/shell/filemode.c index 6d77a1be95..7142b3583e 100644 --- a/cpukit/libmisc/shell/filemode.c +++ b/cpukit/libmisc/shell/filemode.c @@ -38,9 +38,9 @@ __FBSDID("$FreeBSD: src/lib/libc/string/strmode.c,v 1.5 2007/01/09 00:28:12 imp #include void -strmode(mode, p) - mode_t mode; - char *p; +strmode( + mode_t mode, + char *p) { /* print type */ switch (mode & S_IFMT) { -- cgit v1.2.3