diff options
| author | Brian Feldman <green@FreeBSD.org> | 2001-02-18 13:30:20 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2001-02-18 13:30:20 +0000 |
| commit | c0511d3b58c985e17c0c23585ea7d16b6f52fe61 (patch) | |
| tree | 2c98c72cf23cba290a2be73c7aed9bd4bf7a492c /usr.sbin/inetd/builtins.c | |
| parent | ffa3e13653a581fa24e55f911eef6ab1b8ffbf82 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/inetd/builtins.c')
| -rw-r--r-- | usr.sbin/inetd/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/inetd/builtins.c b/usr.sbin/inetd/builtins.c index cb594a14f32f..00839327991b 100644 --- a/usr.sbin/inetd/builtins.c +++ b/usr.sbin/inetd/builtins.c @@ -338,7 +338,7 @@ ident_stream(s, sep) /* Ident service (AKA "auth") */ struct sockaddr_in6 sin6[2]; #endif struct sockaddr_storage ss[2]; - struct ucred uc; + struct xucred uc; struct timeval tv = { 10, 0 |
