summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/recno/rec_seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/recno/rec_seq.c')
-rw-r--r--lib/libc/db/recno/rec_seq.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/db/recno/rec_seq.c b/lib/libc/db/recno/rec_seq.c
index 85465fa..9290d0e 100644
--- a/lib/libc/db/recno/rec_seq.c
+++ b/lib/libc/db/recno/rec_seq.c
@@ -57,10 +57,7 @@ __FBSDID("$FreeBSD$");
* RET_ERROR, RET_SUCCESS or RET_SPECIAL if there's no next key.
*/
int
-__rec_seq(dbp, key, data, flags)
- const DB *dbp;
- DBT *key, *data;
- u_int flags;
+__rec_seq(const DB *dbp, DBT *key, DBT *data, u_int flags)
{
BTREE *t;
EPG *e;
OpenPOWER on IntegriCloud