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/dev-util/dirdiff/files/dirdiff-2.1-include.patch

11 lines
314 B

--- a/filecmp.c 2005-04-19 12:22:01.000000000 +0200
+++ b/filecmp.c 2010-12-30 20:23:24.000000000 +0100
@@ -11,6 +11,7 @@
#include <ctype.h>
#include <tcl.h>
#include <sys/fcntl.h>
+#include <unistd.h> /* close() read() */
#define BSIZE 32768
#define MAXTAGLEN 512 /* max tag length for sanity, < BSIZE */