diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-19 19:36:11 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-19 19:36:11 +0000 |
| commit | f91b492ae49030d003d448b419a09cb7758da564 (patch) | |
| tree | 72b6cd9c45bcc96bb59ae17ec09d06d167d020fd /include/rpc/auth.h | |
| parent | 6d10cb2f6fbed0f420b99b4c1a709d1a8a78a4bc (diff) | |
Notes
Diffstat (limited to 'include/rpc/auth.h')
| -rw-r--r-- | include/rpc/auth.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h index 68e8827b910c..a210a5e32834 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -137,6 +137,7 @@ enum auth_stat { /* * kerberos errors */ + , AUTH_KERB_GENERIC = 8, /* kerberos generic error */ AUTH_TIMEEXPIRE = 9, /* time of credential expired */ AUTH_TKT_FILE = 10, /* something wrong with ticket file */ @@ -190,7 +191,7 @@ typedef struct __auth { /* destroy this structure */ void (*ah_destroy) (struct __auth *); } *ah_ops; - caddr_t ah_private; + void *ah_private; } AUTH; |
