HAMMER Utility - cleanup
[dragonfly.git] / lib / libz / patches / zlib.h.patch
blobb2bb13078fe4fb60f143c07f199d6e4887b249e5
1 $DragonFly: src/lib/libz/patches/zlib.h.patch,v 1.1 2004/11/12 18:10:42 joerg Exp $
3 --- zlib.h.orig 2004-10-23 15:49:54.000000000 +0200
4 +++ zlib.h 2004-11-12 18:57:57.000000000 +0100
5 @@ -28,8 +28,8 @@
6 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
7 */
9 -#ifndef ZLIB_H
10 -#define ZLIB_H
11 +#ifndef _ZLIB_H
12 +#define _ZLIB_H
14 #include "zconf.h"
16 @@ -1197,4 +1197,4 @@
18 #endif
20 -#endif /* ZLIB_H */
21 +#endif /* _ZLIB_H */