summaryrefslogtreecommitdiff
path: root/usr.bin/tcfs/tcfspwdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tcfs/tcfspwdb.h')
-rw-r--r--usr.bin/tcfs/tcfspwdb.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tcfs/tcfspwdb.h b/usr.bin/tcfs/tcfspwdb.h
index 899b37ebf22..01f5b581eff 100644
--- a/usr.bin/tcfs/tcfspwdb.h
+++ b/usr.bin/tcfs/tcfspwdb.h
@@ -26,14 +26,14 @@
typedef struct tcfspwdb_r
{
- char user[UserLen];
- char upw[PassLen];
+ char user[LOGIN_NAME_MAX];
+ char upw[UUKEYSIZE + 1];
} tcfspwdb;
typedef struct tcfsgpwdb_r
{
- char user[UserLen];
- char gkey[PassLen];
+ char user[LOGIN_NAME_MAX];
+ char gkey[UUGKEYSIZE + 1];
gid_t gid;
int n;
int soglia;