aboutsummaryrefslogtreecommitdiff
path: root/util-linux/dmesg.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-03-07 17:59:32 +0000
committerEric Andersen <andersen@codepoet.org>2003-03-07 17:59:32 +0000
commit1bc5fa8c0cade0a70c106b2770e9042239fd618f (patch)
tree2cba8817dd7b58aa479f6223f641f131ef0af726 /util-linux/dmesg.c
parent6067c08145a7c69b251e3ae002334bc4953f81c2 (diff)
downloadbusybox-1bc5fa8c0cade0a70c106b2770e9042239fd618f.tar.gz
Save a few bytes and remove a redundant string
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r--util-linux/dmesg.c2
1 files changed, 1 insertions, 1 deletions
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);
}