diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 22:49:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 22:49:10 +0000 |
commit | c05ac53b8bbbbd998e18c6544011dd90f0f082da (patch) | |
tree | 8e16a65843d0b07cf60b7fb748e2ac4890d6f1fd /lib/libc/db/hash/hash_bigkey.c | |
parent | 2a66bf165bb3801d2346830c387414f759ab9f52 (diff) |
Remove __P() usage.
Notes
Notes:
svn path=/head/; revision=92905
Diffstat (limited to 'lib/libc/db/hash/hash_bigkey.c')
-rw-r--r-- | lib/libc/db/hash/hash_bigkey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/hash/hash_bigkey.c b/lib/libc/db/hash/hash_bigkey.c index f49e77fd2547..34658027f2d6 100644 --- a/lib/libc/db/hash/hash_bigkey.c +++ b/lib/libc/db/hash/hash_bigkey.c @@ -74,8 +74,8 @@ __FBSDID("$FreeBSD$"); #include "page.h" #include "extern.h" -static int collect_key __P((HTAB *, BUFHEAD *, int, DBT *, int)); -static int collect_data __P((HTAB *, BUFHEAD *, int, int)); +static int collect_key(HTAB *, BUFHEAD *, int, DBT *, int); +static int collect_data(HTAB *, BUFHEAD *, int, int); /* * Big_insert |