freebsd-ports/security/sudo/files/patch-plugins__sudoers__audit.c
Renato Botelho 48fdd79071 - Replace DISTVERSION by PORTVERSION otherwise it ends up as 1.8.14.p1,
what is < 1.8.14. [1]
- While I'm here silence portlint warnings re-generating patches with
  make makepatch and removing unnecessary DOCS check

Reported by:	Robert Burmeister [1]
2015-07-20 12:30:54 +00:00

10 lines
241 B
C

--- plugins/sudoers/audit.c.orig 2015-07-15 18:44:07 UTC
+++ plugins/sudoers/audit.c
@@ -24,6 +24,7 @@
#ifdef HAVE_BSM_AUDIT
# include "bsm_audit.h"
+# include "sudo_gettext.h"
#endif
#ifdef HAVE_LINUX_AUDIT
# include "linux_audit.h"