summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/zlib')
-rw-r--r--cpukit/zlib/Makefile.am4
-rw-r--r--cpukit/zlib/adler32.c2
-rw-r--r--cpukit/zlib/compress.c2
-rw-r--r--cpukit/zlib/crc32.c2
-rw-r--r--cpukit/zlib/deflate.c2
-rw-r--r--cpukit/zlib/deflate.h2
-rw-r--r--cpukit/zlib/trees.c2
-rw-r--r--cpukit/zlib/uncompr.c2
-rw-r--r--cpukit/zlib/zconf.h.in2
-rw-r--r--cpukit/zlib/zutil.c2
-rw-r--r--cpukit/zlib/zutil.h2
11 files changed, 0 insertions, 24 deletions
diff --git a/cpukit/zlib/Makefile.am b/cpukit/zlib/Makefile.am
index 271f276cc4..478134b560 100644
--- a/cpukit/zlib/Makefile.am
+++ b/cpukit/zlib/Makefile.am
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
include $(top_srcdir)/automake/compile.am
project_lib_LIBRARIES = libz.a
diff --git a/cpukit/zlib/adler32.c b/cpukit/zlib/adler32.c
index 65ad6a5adc..172de60321 100644
--- a/cpukit/zlib/adler32.c
+++ b/cpukit/zlib/adler32.c
@@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
-
#include "zutil.h"
#define local static
diff --git a/cpukit/zlib/compress.c b/cpukit/zlib/compress.c
index ea4dfbe9d7..30ffc77cb9 100644
--- a/cpukit/zlib/compress.c
+++ b/cpukit/zlib/compress.c
@@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
-
#define ZLIB_INTERNAL
#include "zlib.h"
diff --git a/cpukit/zlib/crc32.c b/cpukit/zlib/crc32.c
index 91be372d22..08843ff732 100644
--- a/cpukit/zlib/crc32.c
+++ b/cpukit/zlib/crc32.c
@@ -9,8 +9,6 @@
* factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
*/
-/* @(#) $Id$ */
-
/*
Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
protection on the static variables used to control the first-use generation
diff --git a/cpukit/zlib/deflate.c b/cpukit/zlib/deflate.c
index 5c4022f3d4..1c6a00c18c 100644
--- a/cpukit/zlib/deflate.c
+++ b/cpukit/zlib/deflate.c
@@ -47,8 +47,6 @@
*
*/
-/* @(#) $Id$ */
-
#include "deflate.h"
const char deflate_copyright[] =
diff --git a/cpukit/zlib/deflate.h b/cpukit/zlib/deflate.h
index cbf0d1ea5d..6ac0a1eb12 100644
--- a/cpukit/zlib/deflate.h
+++ b/cpukit/zlib/deflate.h
@@ -8,8 +8,6 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id$ */
-
#ifndef DEFLATE_H
#define DEFLATE_H
diff --git a/cpukit/zlib/trees.c b/cpukit/zlib/trees.c
index 56e9bb1c11..843612689b 100644
--- a/cpukit/zlib/trees.c
+++ b/cpukit/zlib/trees.c
@@ -30,8 +30,6 @@
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
*/
-/* @(#) $Id$ */
-
/* #define GEN_TREES_H */
#include "deflate.h"
diff --git a/cpukit/zlib/uncompr.c b/cpukit/zlib/uncompr.c
index ad98be3a5d..769f83ee0c 100644
--- a/cpukit/zlib/uncompr.c
+++ b/cpukit/zlib/uncompr.c
@@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
-
#define ZLIB_INTERNAL
#include "zlib.h"
diff --git a/cpukit/zlib/zconf.h.in b/cpukit/zlib/zconf.h.in
index 02ce56c431..5e115b6fba 100644
--- a/cpukit/zlib/zconf.h.in
+++ b/cpukit/zlib/zconf.h.in
@@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
-
#ifndef ZCONF_H
#define ZCONF_H
diff --git a/cpukit/zlib/zutil.c b/cpukit/zlib/zutil.c
index 898ed345b0..15645c5e72 100644
--- a/cpukit/zlib/zutil.c
+++ b/cpukit/zlib/zutil.c
@@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
-
#include "zutil.h"
#ifndef NO_DUMMY_DECL
diff --git a/cpukit/zlib/zutil.h b/cpukit/zlib/zutil.h
index 258fa88799..1f5a6c0ef4 100644
--- a/cpukit/zlib/zutil.h
+++ b/cpukit/zlib/zutil.h
@@ -8,8 +8,6 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id$ */
-
#ifndef ZUTIL_H
#define ZUTIL_H