projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5a195d4
)
zlib: Eliminate unneeded diffs from vendor sources.
author
Peter Avalos <pavalos@dragonflybsd.org>
Sat, 2 Apr 2011 06:46:12 +0000 (20:46 -1000)
committer
Peter Avalos <pavalos@dragonflybsd.org>
Sat, 2 Apr 2011 07:54:34 +0000 (21:54 -1000)
contrib/zlib-1.2/zlib.h
patch
|
blob
|
blame
|
history
diff --git
a/contrib/zlib-1.2/zlib.h
b/contrib/zlib-1.2/zlib.h
index
a384266
..
bfbba83
100644
(file)
--- a/
contrib/zlib-1.2/zlib.h
+++ b/
contrib/zlib-1.2/zlib.h
@@
-28,8
+28,8
@@
(zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
*/
-#ifndef _ZLIB_H
-#define _ZLIB_H
+#ifndef ZLIB_H
+#define ZLIB_H
#include "zconf.h"
@@
-1610,4
+1610,4
@@
ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int));
}
#endif
-#endif /* _ZLIB_H */
+#endif /* ZLIB_H */