openfirmware: fix mismatched prototype
Change-Id: I294608aa739bedef47c6c1f34fba0241444a8901 Reviewed-on: https://review.haiku-os.org/c/1363 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
parent
2f2d56e2e3
commit
d0ff1a1f2f
@ -466,7 +466,7 @@ of_write(int handle, const void *buffer, int bufferSize)
|
||||
|
||||
|
||||
int
|
||||
of_seek(int handle, long long pos)
|
||||
of_seek(int handle, off_t pos)
|
||||
{
|
||||
struct {
|
||||
const char *name;
|
||||
|
Loading…
Reference in New Issue
Block a user