Zap bogus RCS strings

This commit is contained in:
dcoppa 2015-10-20 08:10:21 +00:00
parent b56c9347a1
commit f3fdd101b8
4 changed files with 0 additions and 8 deletions

View File

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: adler32.c,v 1.8 2015/10/19 07:51:37 dcoppa Exp $ */
#include "zlib.h"
#define BASE 65521L /* largest prime smaller than 65536 */

View File

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: zconf.h,v 1.8 2015/10/19 07:51:37 dcoppa Exp $ */
#ifndef _ZCONF_H
#define _ZCONF_H

View File

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: zutil.c,v 1.9 2015/10/19 07:51:37 dcoppa Exp $ */
#include "zutil.h"
#ifndef STDC

View File

@ -8,8 +8,6 @@
subject to change. Applications should only use zlib.h.
*/
/* @(#) $Id: zutil.h,v 1.8 2015/10/19 07:51:37 dcoppa Exp $ */
#ifndef _Z_UTIL_H
#define _Z_UTIL_H