mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
268 B
C++
11 lines
268 B
C++
--- libs/pbd/ftw.cc.orig 2012-05-15 13:18:56 UTC
|
|
+++ libs/pbd/ftw.cc
|
|
@@ -33,7 +33,7 @@
|
|
#include <sys/types.h> /* Because fts(3) says so */
|
|
#include <sys/stat.h>
|
|
#include <fts.h>
|
|
-#include <alloca.h>
|
|
+#include <cstdlib>
|
|
|
|
#include <unistd.h> /* We want strcpy */
|
|
|