diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-01-02 05:12:37 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-01-02 05:12:37 +0000 |
| commit | 6c5a513bf2a4b63aa11f9a381e0575f8add9e6af (patch) | |
| tree | c3304e968faceb8a2ab6980aa8c9850f00879a54 /lib/libc | |
| parent | e9fc7119b41cfee1faeb024995ebeb8055933f47 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/db/recno/rec_get.c | 6 |
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 0a8b880062bb..3571d79dbbb0 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; |
