]> err.no Git - util-linux/commit
dmesg: nuke old glibc 5 support
authormaximilian attems <max@stro.at>
Thu, 24 Jul 2008 11:44:44 +0000 (13:44 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 28 Jul 2008 09:06:50 +0000 (11:06 +0200)
commit5423ccb1a1306fb615ce790a635c8a291dedd170
tree3523bc7c47d51577347aa719bd4b37cc4deb968f
parentfc68cd49731b580ecc2532adc07cad5322cfe1e7
dmesg: nuke old glibc 5 support

dmesg.c:42: error: expected declaration specifiers or ‘...’ before ‘klogctl’
dmesg.c:42: error: expected declaration specifiers or ‘...’ before ‘type’
dmesg.c:42: error: expected declaration specifiers or ‘...’ before ‘b’
dmesg.c:42: error: expected declaration specifiers or ‘...’ before ‘len’

without belows compat section dmesg just compiles fine against klibc.
as bonus reorder the includes.

Signed-off-by: maximilian attems <max@stro.at>
sys-utils/dmesg.c