ports/sysutils/busybox/files/patch-coreutils__dirname.c
Matthias Andree 4d57ba3460 Regenerate files/patch-include__platform.h.
Add five patches to #include <libgen.h> and remove that from CPPFLAGS.
Add five upstream patches.
2011-09-22 21:13:27 +00:00

11 lines
311 B
C

--- ./coreutils/dirname.c.orig 2011-08-22 04:57:49.000000000 +0200
+++ ./coreutils/dirname.c 2011-09-22 23:05:09.000000000 +0200
@@ -23,6 +23,8 @@
#include "libbb.h"
+#include <libgen.h>
+
/* This is a NOFORK applet. Be very careful! */
int dirname_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;