From 367d26ad07491f9ca1e81b79d1c1386c55c243e4 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 16 Aug 2013 10:12:21 +0100 Subject: [PATCH] Be consistent and staticise the function definition as well --- dmesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmesg.c b/dmesg.c index 40665e4..acccee5 100644 --- a/dmesg.c +++ b/dmesg.c @@ -56,7 +56,7 @@ main(int argc, char *argv[]) return 0; } -int +static int dmesg_show(int fd, const void *buf, size_t n) { int last = '\n';