diff options
| author | Alfonso Gregory <gfunni234@gmail.com> | 2021-06-25 15:35:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-06-29 23:38:45 +0000 |
| commit | 849dcdb1c0c50b13f97d67c912f0edac82688281 (patch) | |
| tree | 8dd1dd28c2c0e67556ed244515ea972ad11f8d72 /lib | |
| parent | ed1a156b038dee0e7a02c2935186ad5d8f4c36c1 (diff) | |
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/string/strmode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c index 50016be21ea1..d601bd0430e1 100644 --- a/lib/libc/string/strmode.c +++ b/lib/libc/string/strmode.c @@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$"); #include <string.h> void -strmode(/* mode_t */ int mode, char *p) +strmode(mode_t mode, char *p) { /* print type */ switch (mode & S_IFMT) { |
