git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Fix typo in afs_linux_cred_is_current
[openafs.git]
/
src
/
afs
/
LINUX
/
osi_compat.h
diff --git
a/src/afs/LINUX/osi_compat.h
b/src/afs/LINUX/osi_compat.h
index
090851d
..
b973186
100644
(file)
--- a/
src/afs/LINUX/osi_compat.h
+++ b/
src/afs/LINUX/osi_compat.h
@@
-182,7
+182,7
@@
afs_linux_search_keyring(afs_ucred_t *cred, struct key_type *type)
}
static inline int
-afs_linux_cred_is_current(afs_ucred_t *cred, cred)
+afs_linux_cred_is_current(afs_ucred_t *cred)
{
return 1;
}