ip/ppp: remove old struct
This commit is contained in:
parent
dbfb320566
commit
af3fd92789
1 changed files with 0 additions and 13 deletions
|
@ -1510,19 +1510,6 @@ setdefroute(char *net, Ipaddr gate)
|
|||
close(fd);
|
||||
}
|
||||
|
||||
enum
|
||||
{
|
||||
Mofd= 32,
|
||||
};
|
||||
struct
|
||||
{
|
||||
Lock;
|
||||
|
||||
int fd[Mofd];
|
||||
int cfd[Mofd];
|
||||
int n;
|
||||
} old;
|
||||
|
||||
static char*
|
||||
ipopen(PPP *ppp)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue