git: 9front

Download patch

ref: 45026ed30d15ed176fd207f237076554a26c8c20
parent: 66e69b59623c99ce8c53b40556df4dde9a0eac7c
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)
 {
--