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:
PulkoMandy 2019-04-03 22:48:11 +02:00 committed by waddlesplash
parent 2f2d56e2e3
commit d0ff1a1f2f

View File

@ -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;