diff options
author | Pixel <pixel@nobis-crew.org> | 2008-09-29 05:52:19 +0200 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2008-09-29 05:52:19 +0200 |
commit | f56cefb2852d858a347518ea06fd4e8ec227a761 (patch) | |
tree | 5c33ef8d57975bf58dd7d130a5f0f060fcaffe25 /lib/zlib/include | |
parent | 600c2ef2d8dd8dcf71166ec5a0b1b7fdf2eb6f4f (diff) |
Getting rid of these nasty expanded keywords.
Diffstat (limited to 'lib/zlib/include')
-rw-r--r-- | lib/zlib/include/deflate.h | 2 | ||||
-rw-r--r-- | lib/zlib/include/zconf.h | 2 | ||||
-rw-r--r-- | lib/zlib/include/zutil.h | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/lib/zlib/include/deflate.h b/lib/zlib/include/deflate.h index d4e5825..4eb5e10 100644 --- a/lib/zlib/include/deflate.h +++ b/lib/zlib/include/deflate.h @@ -8,8 +8,6 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: deflate.h,v 1.6 2007-07-27 14:32:06 pixel Exp $ */ - #ifndef DEFLATE_H #define DEFLATE_H diff --git a/lib/zlib/include/zconf.h b/lib/zlib/include/zconf.h index ffc45db..1731ebf 100644 --- a/lib/zlib/include/zconf.h +++ b/lib/zlib/include/zconf.h @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zconf.h,v 1.6 2007-07-27 14:32:06 pixel Exp $ */ - #ifndef ZCONF_H #define ZCONF_H diff --git a/lib/zlib/include/zutil.h b/lib/zlib/include/zutil.h index 0f5f432..51225ab 100644 --- a/lib/zlib/include/zutil.h +++ b/lib/zlib/include/zutil.h @@ -8,8 +8,6 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: zutil.h,v 1.6 2007-07-27 14:32:06 pixel Exp $ */ - #ifndef ZUTIL_H #define ZUTIL_H |