summaryrefslogtreecommitdiff
path: root/lib/libz/gzwrite.c
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-10-23 06:00:25 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-10-23 06:00:25 +0000
commit88578e1530184639e02f5f6cfaa3d2ff31c274fa (patch)
treed163ee458858d60e56e0dc57b4a28d15c232d7f7 /lib/libz/gzwrite.c
parent2243a80c5b2d51453a98c8b6427488c2c0966cae (diff)
Drop RCS ids in upstream zlib source
We're not maintaining a this as a fork, it's upstream source with a handful of patches. Thus, the RCS ids aren't particularly useful or important. They are a bit of a maintenance burden and generate noise in diffs. ok kn, no objection millert, "kill" guess who
Diffstat (limited to 'lib/libz/gzwrite.c')
-rw-r--r--lib/libz/gzwrite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libz/gzwrite.c b/lib/libz/gzwrite.c
index b4f05daae80..eb8a0e5893f 100644
--- a/lib/libz/gzwrite.c
+++ b/lib/libz/gzwrite.c
@@ -1,4 +1,3 @@
-/* $OpenBSD: gzwrite.c,v 1.3 2022/10/20 15:35:31 tb Exp $ */
/* gzwrite.c -- zlib functions for writing gzip files
* Copyright (C) 2004-2019 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h