forked from Imagelibrary/rtems
2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/fsm.c: Make peer_mru global again.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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];
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -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];
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user