2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* pppd/fsm.c: Make peer_mru global again.
This commit is contained in:
Ralf Corsepius
2003-05-28 00:26:48 +00:00
parent fe661e4169
commit e78994b3d0
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/fsm.c: Make peer_mru global again.
2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/magic.c: Remove *rand48. * pppd/magic.c: Remove *rand48.

View File

@@ -45,7 +45,7 @@ static void fsm_sconfreq __P((fsm *, int));
#define PROTO_NAME(f) ((f)->callbacks->proto_name) #define PROTO_NAME(f) ((f)->callbacks->proto_name)
static int peer_mru[NUM_PPP]; int peer_mru[NUM_PPP];
/* /*

View File

@@ -45,7 +45,7 @@ static void fsm_sconfreq __P((fsm *, int));
#define PROTO_NAME(f) ((f)->callbacks->proto_name) #define PROTO_NAME(f) ((f)->callbacks->proto_name)
static int peer_mru[NUM_PPP]; int peer_mru[NUM_PPP];
/* /*