=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/showmount/showmount.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/showmount/showmount.c 2016/03/16 15:41:11 1.20 +++ src/usr.bin/showmount/showmount.c 2017/01/21 11:32:04 1.21 @@ -1,4 +1,4 @@ -/* $OpenBSD: showmount.c,v 1.20 2016/03/16 15:41:11 krw Exp $ */ +/* $OpenBSD: showmount.c,v 1.21 2017/01/21 11:32:04 guenther Exp $ */ /* $NetBSD: showmount.c,v 1.7 1996/05/01 18:14:10 cgd Exp $ */ /* @@ -150,7 +150,6 @@ exit(1); } bzero(&clnt_sin, sizeof clnt_sin); - clnt_sin.sin_len = sizeof clnt_sin; clnt_sin.sin_family = AF_INET; bcopy(hp->h_addr, (char *)&clnt_sin.sin_addr, hp->h_length); clnt_sock = RPC_ANYSOCK;