diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-07-04 17:41:24 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-07-04 17:41:24 +0000 |
commit | 32bd572176dc055d93e0d76d71f3f857631db648 (patch) | |
tree | a804a44f4122bf2930ffcfe10a3bce64b8e9041c /lib/libz/crc32.h | |
parent | b24713aa6f968423e6ff4cf3a6bcb200344cfb73 (diff) |
Add missing RCS tags
Diffstat (limited to 'lib/libz/crc32.h')
-rw-r--r-- | lib/libz/crc32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libz/crc32.h b/lib/libz/crc32.h index 9e0c7781025..8a4c267044c 100644 --- a/lib/libz/crc32.h +++ b/lib/libz/crc32.h @@ -1,3 +1,5 @@ +/* $OpenBSD: crc32.h,v 1.3 2021/07/04 17:41:23 tb Exp $ */ + /* crc32.h -- tables for rapid CRC calculation * Generated automatically by crc32.c */ |