Skip to content

Commit

Permalink
- Fixed a macro redefinition on BSD for different purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 12, 2008
1 parent 330dc7f commit 4979fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/zip/lib/zipint.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
#define TORRENT_MEM_LEVEL 8
#define CDENTRYSIZE 46u
#define LENTRYSIZE 30
#undef MAXCOMLEN /* defined as 19 on BSD for max command name */
#define MAXCOMLEN 65536
#define EOCDLEN 22
#define CDBUFSIZE (MAXCOMLEN+EOCDLEN)
Expand Down

0 comments on commit 4979fc1

Please sign in to comment.