diff options
Diffstat (limited to 'net/gabber/files/patch-aa')
-rw-r--r-- | net/gabber/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gabber/files/patch-aa b/net/gabber/files/patch-aa new file mode 100644 index 0000000..68cb730 --- /dev/null +++ b/net/gabber/files/patch-aa @@ -0,0 +1,11 @@ +--- jabberoo/src/sha.c.orig Wed Jun 21 22:38:30 2000 ++++ jabberoo/src/sha.c Wed Jun 21 22:39:14 2000 +@@ -45,7 +45,7 @@ + #include <sys/stat.h> + #ifndef WIN32 + #include <unistd.h> +-#include <endian.h> ++#include <machine/endian.h> + #define INT64 long long + #else + #include <string.h> |