summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
authorAndrii Bordunov2013-04-18 11:24:01 +0200
committerKarel Zak2013-04-23 14:40:47 +0200
commit6a5e45180bcc289bfaf4badcf86585fb0ae78c27 (patch)
tree14d7976d612b21f4ce276f937aafe6b8e15e4008 /sys-utils/dmesg.c
parentrtcwake: add support for "freeze" mode (diff)
downloadkernel-qcow2-util-linux-6a5e45180bcc289bfaf4badcf86585fb0ae78c27.tar.gz
kernel-qcow2-util-linux-6a5e45180bcc289bfaf4badcf86585fb0ae78c27.tar.xz
kernel-qcow2-util-linux-6a5e45180bcc289bfaf4badcf86585fb0ae78c27.zip
dmesg: minor cleanup of EXCL_xxx_ERR macros
Delete EXCL_ACT_ERR and EXCL_SYS_ERR defines: usage is removed in 43d2eeef5dd3a64c372dbf60e4a32aa9e97b4645: "dmesg: use err_exclusive_options()" Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/dmesg.c')
-rw-r--r--sys-utils/dmesg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c
index 6c7f7eda0..a89fb6c75 100644
--- a/sys-utils/dmesg.c
+++ b/sys-utils/dmesg.c
@@ -1136,9 +1136,6 @@ static int read_kmsg(struct dmesg_control *ctl)
return 0;
}
-#define EXCL_ACT_ERR "--{clear,read-clear,console-level,console-on,console-off}"
-#define EXCL_SYS_ERR "--{syslog,follow}"
-
int main(int argc, char *argv[])
{
char *buf = NULL;