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.h | |
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.h')
-rw-r--r-- | archivers/bitbox/files/patch-bitbox.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/bitbox/files/patch-bitbox.h b/archivers/bitbox/files/patch-bitbox.h new file mode 100644 index 000000000000..72f3916a8b2d --- /dev/null +++ b/archivers/bitbox/files/patch-bitbox.h @@ -0,0 +1,11 @@ +--- bitbox.h.orig Mon Apr 9 01:38:16 2001 ++++ bitbox.h Mon Apr 9 01:38:29 2001 +@@ -1,7 +1,7 @@ + #ifndef __bitbox__ + #define __bitbox__ + +-#include <stdint.h> ++/* #include <stdint.h> */ + + /* Serialization/deserialization macros, just to save a few keystrokes. Notice + that they all assume an int named rc is in scope, and that they're sensitive |