summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/perror.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/perror.c')
-rw-r--r--lib/libc/stdio/perror.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/perror.c b/lib/libc/stdio/perror.c
index 80f0154..89c0798 100644
--- a/lib/libc/stdio/perror.c
+++ b/lib/libc/stdio/perror.c
@@ -46,8 +46,7 @@ __FBSDID("$FreeBSD$");
#include "local.h"
void
-perror(s)
- const char *s;
+perror(const char *s)
{
char msgbuf[NL_TEXTMAX];
struct iovec *v;
OpenPOWER on IntegriCloud