From 3bf6d3c64c77e62273ad91ba98317da43e1210b4 Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 7 Mar 2003 17:59:32 +0000 Subject: Save a few bytes and remove a redundant string git-svn-id: svn://busybox.net/trunk/busybox@6716 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- util-linux/dmesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index 56e0771f0..aa8eb95c9 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -98,5 +98,5 @@ all_done: #endif return EXIT_SUCCESS; die_the_death: - perror_msg_and_die("klogctl"); + perror_msg_and_die(NULL); } -- cgit v1.2.3-55-g6feb