K 10 svn:author V 6 adrian K 8 svn:date V 27 2020-11-01T15:57:14.544685Z K 7 svn:log V 296 [iscsictl] Fix compile issues that creep up with gcc-6.4 This fixes two warnings: * double-definition of a symbol in a yacc header * Comparison of an unsigned int being >= 0; that's always going to be true. Reviewed by: imp, rscheff Differential Revision: https://reviews.freebsd.org/D27036 END