git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
NetBSD osi_crypto: use cprng(9) for random source on NetBSD 6.99/7.x
[openafs.git]
/
src
/
afs
/
NBSD
/
osi_vcache.c
diff --git
a/src/afs/NBSD/osi_vcache.c
b/src/afs/NBSD/osi_vcache.c
index
82034a3
..
8b37efa
100644
(file)
--- a/
src/afs/NBSD/osi_vcache.c
+++ b/
src/afs/NBSD/osi_vcache.c
@@
-42,7
+42,7
@@
osi_NewVnode(void)
{
struct vcache *tvc;
- tvc = (struct vcache *)afs_osi_Alloc(sizeof(struct vcache));
+ tvc = afs_osi_Alloc(sizeof(struct vcache));
tvc->v = NULL; /* important to clean this, or use memset 0 */
return tvc;