summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPavel P <pavlov.pavel@gmail.com>2020-03-16 06:03:04 +0600
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-03-17 15:26:47 +0100
commit762068fdc60f5fea55e572c601d62820fdb41e68 (patch)
tree495221a6f4dc473b0941a3359a865bc300125b7d /test
parent232fa02a93f73e9830d9fff1dd91973567697fe3 (diff)
downloadProject-Tick-762068fdc60f5fea55e572c601d62820fdb41e68.tar.gz
Project-Tick-762068fdc60f5fea55e572c601d62820fdb41e68.zip
Remove cvs keywords
Diffstat (limited to 'test')
-rw-r--r--test/example.c2
-rw-r--r--test/fuzz/minigzip_fuzzer.c2
-rw-r--r--test/minigzip.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/test/example.c b/test/example.c
index 0714a291e4..5af8f8c104 100644
--- a/test/example.c
+++ b/test/example.c
@@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
-
#include "zbuild.h"
#ifdef ZLIB_COMPAT
# include "zlib.h"
diff --git a/test/fuzz/minigzip_fuzzer.c b/test/fuzz/minigzip_fuzzer.c
index 321f99ccd4..c66ad2e022 100644
--- a/test/fuzz/minigzip_fuzzer.c
+++ b/test/fuzz/minigzip_fuzzer.c
@@ -12,8 +12,6 @@
* real thing.
*/
-/* @(#) $Id$ */
-
#include "zbuild.h"
#ifdef ZLIB_COMPAT
# include "zlib.h"
diff --git a/test/minigzip.c b/test/minigzip.c
index d6efeefda0..ce7bae2d02 100644
--- a/test/minigzip.c
+++ b/test/minigzip.c
@@ -12,8 +12,6 @@
* real thing.
*/
-/* @(#) $Id$ */
-
#define _POSIX_SOURCE 1 /* This file needs POSIX for fdopen(). */
#define _POSIX_C_SOURCE 200112 /* For snprintf(). */