summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/db/recno/rec_get.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/db/recno/rec_get.c b/lib/libc/db/recno/rec_get.c
index 0a8b880..3571d79 100644
--- a/lib/libc/db/recno/rec_get.c
+++ b/lib/libc/db/recno/rec_get.c
@@ -35,6 +35,10 @@
static char sccsid[] = "@(#)rec_get.c 8.9 (Berkeley) 8/18/94";
#endif /* LIBC_SCCS and not lint */
+#if !defined(lint)
+static char rcsid[] = "@(#)$FreeBSD$";
+#endif
+
#include <sys/types.h>
#include <errno.h>
@@ -181,7 +185,7 @@ __rec_vpipe(t, top)
{
DBT data;
recno_t nrec;
- indx_t len;
+ size_t len;
size_t sz;
int bval, ch;
u_char *p;
OpenPOWER on IntegriCloud