diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-08 18:00:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-08 18:00:28 +0000 |
commit | 8675b7998a4e21516b5ed4bde81f2fb957c3fa74 (patch) | |
tree | cb24d43cf9bc8980a9746d8fcd0cc5253d299804 /archivers/bitbox/files/patch-bitbox.c | |
parent | Update to 2001.03.26. (diff) |
add bitbox
BitBox is a GPL'd file splitter/joiner utility
Notes
Notes:
svn path=/head/; revision=41080
Diffstat (limited to 'archivers/bitbox/files/patch-bitbox.c')
-rw-r--r-- | archivers/bitbox/files/patch-bitbox.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/bitbox/files/patch-bitbox.c b/archivers/bitbox/files/patch-bitbox.c new file mode 100644 index 000000000000..5864460df26b --- /dev/null +++ b/archivers/bitbox/files/patch-bitbox.c @@ -0,0 +1,12 @@ +--- bitbox.c.orig Mon Apr 2 02:26:37 2001 ++++ bitbox.c Mon Apr 9 01:44:53 2001 +@@ -36,7 +36,8 @@ + #include <errno.h> + + /* Needed for the size-invariant integer types, like int32_t. */ +-#include <stdint.h> ++/* #include <stdint.h> */ ++#include <sys/types.h> + + /* We're not doing any networking, but we need the endian-swapping + macros, like htonl(). */ |