summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2009-07-09 18:49:26 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2009-07-09 18:49:26 +0000
commit1d587edb3aaac4651db5b299b8986df5ffa4e335 (patch)
tree568a606497cbb30de838ebef796a5e8dffff7a62
parent2cc80ae5577145112bdf8a736e6b385aba9ed7fe (diff)
Notes
-rw-r--r--sys/sys/namei.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/namei.h b/sys/sys/namei.h
index f8bfcc540339..716b38d49f6c 100644
--- a/sys/sys/namei.h
+++ b/sys/sys/namei.h
@@ -41,7 +41,7 @@ struct componentname {
* Arguments to lookup.
*/
u_long cn_nameiop; /* namei operation */
- u_long cn_flags; /* flags to namei */
+ u_int64_t cn_flags; /* flags to namei */
struct thread *cn_thread;/* thread requesting lookup */
struct ucred *cn_cred; /* credentials */
int cn_lkflags; /* Lock flags LK_EXCLUSIVE or LK_SHARED */
@@ -80,7 +80,7 @@ struct nameidata {
*/
size_t ni_pathlen; /* remaining chars in path */
char *ni_next; /* next location in pathname */
- u_long ni_loopcnt; /* count of symlinks encountered */
+ u_int ni_loopcnt; /* count of symlinks encountered */
/*
* Lookup parameters: this structure describes the subset of
* information from the nameidata structure that is passed