ports/sysutils/busybox/files/patch-coreutils__rmdir.c
Matthias Andree 0163460315 Update to 1.20.2. Changelog: http://busybox.net/
Rediff patches.  Replace alloca.h references by stdlib.h ref's.
2012-07-17 02:27:08 +00:00

11 lines
243 B
C

--- ./coreutils/rmdir.c.orig 2012-07-02 14:08:25.000000000 +0000
+++ ./coreutils/rmdir.c 2012-07-17 02:08:37.000000000 +0000
@@ -27,6 +27,8 @@
#include "libbb.h"
+#include <libgen.h>
+
/* This is a NOFORK applet. Be very careful! */