On Sat, May 23, 2020 at 07:47:20PM -0500, Edgar Pettijohn wrote:
> Remove an unused struct from parse.y.

Yes, this seems correct. Updated diff against -current below.

OK?


Index: parse.y
===================================================================
RCS file: /cvs/src/usr.sbin/httpd/parse.y,v
retrieving revision 1.120
diff -u -p -r1.120 parse.y
--- parse.y     29 Oct 2020 12:30:52 -0000      1.120
+++ parse.y     18 Nov 2020 21:42:16 -0000
@@ -127,10 +127,6 @@ typedef struct {
                struct timeval           tv;
                struct portrange         port;
                struct auth              auth;
-               struct {
-                       struct sockaddr_storage  ss;
-                       char                     name[HOST_NAME_MAX+1];
-               }                        addr;
        } v;
        int lineno;
 } YYSTYPE;

Reply via email to