ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 40408570740498f2d9efa1f9259065cef894dc86
parent f3a9b7138e41593c5dfdbd36264a04393f443288
Author: sin <sin@2f30.org>
Date:   Sat, 25 Jan 2014 22:31:18 +0000

Remove unused header from dmesg(1)

Diffstat:
Mdmesg.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/dmesg.c b/dmesg.c @@ -4,7 +4,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "grabmntinfo.h" #include "util.h" static int dmesg_show(int fd, const void *buf, size_t n);