opnsense-ports/shells/bash/files/patch-examples_loadables_getconf.c
Franco Fichtner c5ff203cde shells/bash: sync with upstream
Taken from: FreeBSD
2022-10-05 08:51:50 +02:00

11 lines
281 B
C

--- examples/loadables/getconf.c.orig 2022-10-01 03:42:16 UTC
+++ examples/loadables/getconf.c
@@ -21,7 +21,7 @@
#include <unistd.h>
#include <errno.h>
#include <error.h>
-#include <libintl.h>
+#include <gettext.h>
#include <locale.h>
#include <string.h>
#include <stdlib.h>