/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1997, 1998
* Sleepycat Software. All rights reserved.
*/
#include "config.h"
#ifndef lint
#endif /* not lint */
#ifndef NO_SYSTEM_INCLUDES
#include <errno.h>
#include <unistd.h>
#endif
#include "db_int.h"
#include "os_jump.h"
/*
* __os_seek --
*
* PUBLIC: int __os_seek __P((int, size_t, db_pgno_t, u_int32_t, int, int));
*/
int
int fd;
{
int ret;
else {
if (isrewind)
}
}