with 2.4 kernel headers, lo_file_name is char, but with 2.6
authorEric Andersen <andersen@codepoet.org>
Mon, 30 Jan 2006 17:30:22 +0000 (17:30 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 30 Jan 2006 17:30:22 +0000 (17:30 -0000)
commit76b24270d459f574a972467ff525ed7a793e8bdc
tree18dfc68ae459b003fc81ad570de58da63d66d993
parentf55289f4b994afa08444d9204c8ed5ebb036a4ee
with 2.4 kernel headers, lo_file_name is char, but with 2.6
headers we get a u8 for lo_file_name, so always cast to (char *)
when treating it as such.
libbb/loop.c