diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-10-23 06:00:25 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-10-23 06:00:25 +0000 |
commit | 88578e1530184639e02f5f6cfaa3d2ff31c274fa (patch) | |
tree | d163ee458858d60e56e0dc57b4a28d15c232d7f7 /lib/libz/infback.c | |
parent | 2243a80c5b2d51453a98c8b6427488c2c0966cae (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/infback.c')
-rw-r--r-- | lib/libz/infback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libz/infback.c b/lib/libz/infback.c index 659c2dfaf20..0576faecf70 100644 --- a/lib/libz/infback.c +++ b/lib/libz/infback.c @@ -1,4 +1,3 @@ -/* $OpenBSD: infback.c,v 1.9 2022/10/20 15:35:31 tb Exp $ */ /* infback.c -- inflate using a call-back interface * Copyright (C) 1995-2022 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h |