diff options
Diffstat (limited to 'usr.sbin/ppp/radius.h')
| -rw-r--r-- | usr.sbin/ppp/radius.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/radius.h b/usr.sbin/ppp/radius.h index ea0235fc15e8..f9fdf3b25597 100644 --- a/usr.sbin/ppp/radius.h +++ b/usr.sbin/ppp/radius.h @@ -27,7 +27,7 @@ */ struct radius { - struct descriptor desc; /* We're a sort of (selectable) descriptor */ + struct fdescriptor desc; /* We're a sort of (selectable) fdescriptor */ struct { int fd; /* We're selecting on this */ struct rad_handle *rad; /* Using this to talk to our lib */ |
