Annotations are outdated, in fact it's not used since

        revision 1.348
        date: 2017/08/29 21:10:20;  author: deraadt;  state: Exp;  lines: +3 -3
        quarterly rescan of the tree:  remove unneccessary sys/param.h, and
        annotate the ones which are needed.
        ----------------------------
        revision 1.347
        date: 2017/08/29 20:06:51;  author: stsp;  state: Exp;  lines: +2 -2
        Don't use isset() from sys/param.h in ifconfig. Requested by deraadt


No object change with or without -DSMALL.

OK?

Index: ifconfig.c
===================================================================
RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v
retrieving revision 1.366
diff -u -p -r1.366 ifconfig.c
--- ifconfig.c  12 May 2018 02:02:34 -0000      1.366
+++ ifconfig.c  28 May 2018 07:47:16 -0000
@@ -60,7 +60,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <sys/param.h> /* NBBY isset */
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>

Reply via email to