Add huff __FBSDID()s puff to whew! libz

This commit is contained in:
Matthew Dillon 2001-09-30 22:39:00 +00:00
parent 22a7e5990a
commit fa81a9761d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84228
18 changed files with 44 additions and 13 deletions

View File

@ -3,7 +3,8 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $FreeBSD$ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "zlib.h"

View File

@ -3,7 +3,8 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $FreeBSD$ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "zlib.h"

View File

@ -3,7 +3,8 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $FreeBSD$ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "zlib.h"

View File

@ -3,6 +3,9 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/*
* ALGORITHM
*

View File

@ -3,7 +3,8 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $FreeBSD$ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <stdio.h>
#include "zlib.h"

View File

@ -5,7 +5,8 @@
* Compile this file with -DNO_DEFLATE to avoid the compression code.
*/
/* @(#) $FreeBSD$ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <stdio.h>

View File

@ -3,6 +3,9 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "zutil.h"
#include "infblock.h"
#include "inftrees.h"

View File

@ -3,6 +3,9 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "zutil.h"
#include "inftrees.h"
#include "infblock.h"

View File

@ -3,6 +3,9 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "zutil.h"
#include "inftrees.h"
#include "infblock.h"

View File

@ -3,6 +3,9 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "zutil.h"
#include "infblock.h"

View File

@ -3,6 +3,9 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "zutil.h"
#include "inftrees.h"

View File

@ -3,6 +3,9 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "zutil.h"
#include "infblock.h"
#include "inftrees.h"

View File

@ -3,6 +3,9 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* WARNING: this file should *not* be used by applications. It is
part of the implementation of the compression library and is
subject to change. Applications should only use zlib.h.

View File

@ -13,7 +13,8 @@
* or in pipe mode.
*/
/* @(#) $FreeBSD$ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <stdio.h>
#include "zlib.h"

View File

@ -29,7 +29,8 @@
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
*/
/* @(#) $FreeBSD$ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* #define GEN_TREES_H */

View File

@ -3,7 +3,8 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $FreeBSD$ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "zlib.h"

View File

@ -2,10 +2,8 @@
* Public domain stdio wrapper for libz, written by Johan Danielsson.
*/
#ifndef lint
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <stdio.h>
#include <zlib.h>

View File

@ -3,7 +3,8 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $FreeBSD$ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "zutil.h"