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);
|
close(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
enum
|
|
||||||
{
|
|
||||||
Mofd= 32,
|
|
||||||
};
|
|
||||||
struct
|
|
||||||
{
|
|
||||||
Lock;
|
|
||||||
|
|
||||||
int fd[Mofd];
|
|
||||||
int cfd[Mofd];
|
|
||||||
int n;
|
|
||||||
} old;
|
|
||||||
|
|
||||||
static char*
|
static char*
|
||||||
ipopen(PPP *ppp)
|
ipopen(PPP *ppp)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue