ports/security/fwknop/files/patch-client_log__msg.h
Kevin Bowling 29a38528ec security/fwknop: Fix compilation on FreeBSD 13+
PR:		254570
Reported by:	Jens Grassel <freebsd-ports@jan0sch.de>
Approved by:	Sean Greven <sean.greven@gmail.com> (maintainer)
2021-04-08 11:58:07 -07:00

19 lines
707 B
C

*** client/log_msg.h.orig Sat Apr 3 21:59:58 2021
--- client/log_msg.h Sat Apr 3 22:00:14 2021
***************
*** 38,44 ****
LOG_VERBOSITY_INFO, /*!< Constant to define a INFO message */
LOG_VERBOSITY_DEBUG, /*!< Constant to define a DEBUG message */
LOG_LAST_VERBOSITY
! } log_level_t;
#define LOG_DEFAULT_VERBOSITY LOG_VERBOSITY_NORMAL /*!< Default verbosity to use */
--- 38,44 ----
LOG_VERBOSITY_INFO, /*!< Constant to define a INFO message */
LOG_VERBOSITY_DEBUG, /*!< Constant to define a DEBUG message */
LOG_LAST_VERBOSITY
! };
#define LOG_DEFAULT_VERBOSITY LOG_VERBOSITY_NORMAL /*!< Default verbosity to use */