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-16 13:13:17 +00:00
parent 72cd8b289d
commit 644a3a42ca
2 changed files with 5 additions and 1 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>
* 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)
static int peer_mru[NUM_PPP];
int peer_mru[NUM_PPP];
/*