diff options
Diffstat (limited to 'sysutils/foremost/files/patch-foremost.h')
-rw-r--r-- | sysutils/foremost/files/patch-foremost.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/foremost/files/patch-foremost.h b/sysutils/foremost/files/patch-foremost.h deleted file mode 100644 index b60ca7b74002..000000000000 --- a/sysutils/foremost/files/patch-foremost.h +++ /dev/null @@ -1,18 +0,0 @@ ---- foremost.h.orig Fri Jan 9 13:45:23 2004 -+++ foremost.h Wed Jun 16 22:51:42 2004 -@@ -40,6 +40,7 @@ - #define strtoull strtoul - #include <sys/ttycom.h> - #include <sys/param.h> -+#include <libgen.h> /* for basename() */ - #endif /* ifdef __OPENBSD */ - - #ifdef __LINUX -@@ -178,7 +179,7 @@ - #define FOREMOST_NOEXTENSION '\xFF' - - #define FOREMOST_DEFAULT_WILDCARD '?' --#define FOREMOST_DEFAULT_CONFIG_FILE "foremost.conf" -+#define FOREMOST_DEFAULT_CONFIG_FILE "PREFIX/etc/foremost.conf" - - #define FOREMOST_DEFAULT_OUTPUT_DIR "foremost-output" |