Merge branch 'vendor/TCPDUMP' (early part)
[dragonfly.git] / lib / libz / patches / zlib.h.patch
1 $DragonFly: src/lib/libz/patches/zlib.h.patch,v 1.1 2004/11/12 18:10:42 joerg Exp $
2
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  */
8  
9 -#ifndef ZLIB_H
10 -#define ZLIB_H
11 +#ifndef _ZLIB_H
12 +#define _ZLIB_H
13  
14  #include "zconf.h"
15  
16 @@ -1197,4 +1197,4 @@
17  }
18  #endif
19  
20 -#endif /* ZLIB_H */
21 +#endif /* _ZLIB_H */