]> git.proxmox.com Git - systemd.git/commit
fix compile error in debug mode
authorMichael Prokop <mika@grml.org>
Tue, 3 Mar 2009 15:50:58 +0000 (16:50 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 3 Mar 2009 16:27:00 +0000 (17:27 +0100)
commit2236ddae2dc1c7d7b380452341b3beefeb471bd9
tree1c7cfe1df88f704d6260f548a29a100f6ccc849e
parentcb81636a01be769c1aa23105e7b711a70d18a4ac
fix compile error in debug mode

When building with './configure --enable-debug && make' it fails with:
  udev-rules.c: In function ‘dump_token’:
  udev-rules.c:366: error: ‘struct <anonymous>’ has no member named ‘i’

Signed-off-by: Michael Prokop <mika@grml.org>
udev/udev-rules.c