aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/auth.h')
-rw-r--r--usr.sbin/ppp/auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/auth.h b/usr.sbin/ppp/auth.h
index 1b85f4b149f6..a4224baadb58 100644
--- a/usr.sbin/ppp/auth.h
+++ b/usr.sbin/ppp/auth.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: auth.h,v 1.15 1999/02/06 02:54:43 brian Exp $
+ * $Id: auth.h,v 1.16 1999/02/18 00:52:12 brian Exp $
*
* TODO:
*/
@@ -40,7 +40,7 @@ struct authinfo {
int id;
struct physical *physical;
struct {
- u_int fsmretry;
+ struct fsm_retry fsm; /* How often/frequently to resend requests */
} cfg;
};