ref: af3fd92789b0a730774737ae4194382e39f61f4d
parent: dbfb32056693662b9843b47c70a672f32ea55d8b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Apr 28 00:39:09 EDT 2018
ip/ppp: remove old struct
--- a/sys/src/cmd/ip/ppp/ppp.c
+++ b/sys/src/cmd/ip/ppp/ppp.c
@@ -1510,19 +1510,6 @@
close(fd);
}
-enum
-{
- Mofd= 32,
-};
-struct
-{
- Lock;
-
- int fd[Mofd];
- int cfd[Mofd];
- int n;
-} old;
-
static char*
ipopen(PPP *ppp)
{