commit | 76b24270d459f574a972467ff525ed7a793e8bdc | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Jan 30 17:30:22 2006 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Jan 30 17:30:22 2006 +0000 |
tree | 18dfc68ae459b003fc81ad570de58da63d66d993 | |
parent | f55289f4b994afa08444d9204c8ed5ebb036a4ee [diff] |
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.