projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6067c08
)
Save a few bytes and remove a redundant string
author
Eric Andersen
<andersen@codepoet.org>
Fri, 7 Mar 2003 17:59:32 +0000
(17:59 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 7 Mar 2003 17:59:32 +0000
(17:59 -0000)
util-linux/dmesg.c
patch
|
blob
|
history
diff --git
a/util-linux/dmesg.c
b/util-linux/dmesg.c
index 56e0771f0facb4fd111ab799701b3e75b5d7473a..aa8eb95c97c6e433f0dfe7f3e2dbbd1ac094b433 100644
(file)
--- 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
);
}