summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/puts.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/puts.c')
-rw-r--r--lib/libc/stdio/puts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/puts.c b/lib/libc/stdio/puts.c
index 31d5135..5ee7fc1 100644
--- a/lib/libc/stdio/puts.c
+++ b/lib/libc/stdio/puts.c
@@ -48,8 +48,7 @@ __FBSDID("$FreeBSD$");
* Write the given string to stdout, appending a newline.
*/
int
-puts(s)
- char const *s;
+puts(char const *s)
{
int retval;
size_t c = strlen(s);
OpenPOWER on IntegriCloud