=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/showmount/showmount.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/showmount/showmount.c 2017/01/21 11:32:04 1.21 --- src/usr.bin/showmount/showmount.c 2018/01/05 08:13:31 1.22 *************** *** 1,4 **** ! /* $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 $ */ /* --- 1,4 ---- ! /* $OpenBSD: showmount.c,v 1.22 2018/01/05 08:13:31 mpi Exp $ */ /* $NetBSD: showmount.c,v 1.7 1996/05/01 18:14:10 cgd Exp $ */ /* *************** *** 36,42 **** #include #include #include - #include #include #include --- 36,41 ----