=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/if.c,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- src/usr.bin/netstat/if.c 2021/11/29 06:39:23 1.78 +++ src/usr.bin/netstat/if.c 2022/08/26 18:37:44 1.79 @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.78 2021/11/29 06:39:23 deraadt Exp $ */ +/* $OpenBSD: if.c,v 1.79 2022/08/26 18:37:44 kn Exp $ */ /* $NetBSD: if.c,v 1.16.4.2 1996/06/07 21:46:46 thorpej Exp $ */ /* @@ -86,8 +86,6 @@ /* * Print a description of the network interfaces. - * NOTE: ifnetaddr is the location of the kernel global "ifnet", - * which is a TAILQ_HEAD. */ void intpr(int interval, int repeatcount)