You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-shells/dash/files/dash-0.5.8.1-eval-warnx.patch

13 lines
241 B

fix one of the Debian patches -- it uses warnx but doesn't include err.h.
--- a/src/eval.c
+++ b/src/eval.c
@@ -36,6 +36,7 @@
#include <signal.h>
#include <unistd.h>
#include <sys/types.h>
+#include <err.h>
/*
* Evaluate a command.