add RCSID

This commit is contained in:
lukem 2003-03-08 07:42:33 +00:00
parent 5998d3b278
commit e2d7870626
20 changed files with 87 additions and 27 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rmtlib.c,v 1.18 2001/11/05 15:10:25 lukem Exp $ */
/* $NetBSD: rmtlib.c,v 1.19 2003/03/08 07:47:49 lukem Exp $ */
/*
* rmt --- remote tape emulator subroutines
@ -27,6 +27,9 @@
* WRITE --- Return the number of the write side file descriptor
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: rmtlib.c,v 1.19 2003/03/08 07:47:49 lukem Exp $");
#define RMTIOCTL 1
/* #define USE_REXEC 1 */ /* rexec code courtesy of Dan Kegel, srs!dan */

View File

@ -1,4 +1,4 @@
/* $NetBSD: data.c,v 1.1 2001/12/28 17:45:26 augustss Exp $ */
/* $NetBSD: data.c,v 1.2 2003/03/08 07:45:57 lukem Exp $ */
/*
* Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org>
@ -26,6 +26,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: data.c,v 1.2 2003/03/08 07:45:57 lukem Exp $");
#include <assert.h>
#include <stdlib.h>
#include "usbhid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: descr.c,v 1.2 2002/02/20 20:31:07 christos Exp $ */
/* $NetBSD: descr.c,v 1.3 2003/03/08 07:45:58 lukem Exp $ */
/*
* Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org>
@ -26,6 +26,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: descr.c,v 1.3 2003/03/08 07:45:58 lukem Exp $");
#include <sys/types.h>
#include <assert.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: parse.c,v 1.2 2001/12/29 20:44:22 augustss Exp $ */
/* $NetBSD: parse.c,v 1.3 2003/03/08 07:45:58 lukem Exp $ */
/*
* Copyright (c) 1999, 2001 Lennart Augustsson <augustss@netbsd.org>
@ -26,6 +26,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: parse.c,v 1.3 2003/03/08 07:45:58 lukem Exp $");
#include <assert.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: usage.c,v 1.2 2002/07/20 08:36:23 grant Exp $ */
/* $NetBSD: usage.c,v 1.3 2003/03/08 07:45:58 lukem Exp $ */
/*
* Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org>
@ -26,6 +26,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: usage.c,v 1.3 2003/03/08 07:45:58 lukem Exp $");
#include <assert.h>
#include <ctype.h>
#include <err.h>

View File

@ -1,10 +1,13 @@
/* $NetBSD: adler32.c,v 1.7 2002/03/11 23:40:14 fvdl Exp $ */
/* $NetBSD: adler32.c,v 1.8 2003/03/08 07:42:33 lukem Exp $ */
/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: adler32.c,v 1.7 2002/03/11 23:40:14 fvdl Exp $ */
/* @(#) $Id: adler32.c,v 1.8 2003/03/08 07:42:33 lukem Exp $ */
#include <sys/cdefs.h>
__RCSID("$NetBSD: adler32.c,v 1.8 2003/03/08 07:42:33 lukem Exp $");
#include "zlib.h"

View File

@ -1,11 +1,14 @@
/* $NetBSD: compress.c,v 1.7 2002/03/11 23:40:16 fvdl Exp $ */
/* $NetBSD: compress.c,v 1.8 2003/03/08 07:42:33 lukem Exp $ */
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2002 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: compress.c,v 1.7 2002/03/11 23:40:16 fvdl Exp $ */
/* @(#) $Id: compress.c,v 1.8 2003/03/08 07:42:33 lukem Exp $ */
#include <sys/cdefs.h>
__RCSID("$NetBSD: compress.c,v 1.8 2003/03/08 07:42:33 lukem Exp $");
#include "zlib.h"

View File

@ -1,11 +1,14 @@
/* $NetBSD: crc32.c,v 1.8 2002/03/11 23:40:16 fvdl Exp $ */
/* $NetBSD: crc32.c,v 1.9 2003/03/08 07:42:33 lukem Exp $ */
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: crc32.c,v 1.8 2002/03/11 23:40:16 fvdl Exp $ */
/* @(#) $Id: crc32.c,v 1.9 2003/03/08 07:42:33 lukem Exp $ */
#include <sys/cdefs.h>
__RCSID("$NetBSD: crc32.c,v 1.9 2003/03/08 07:42:33 lukem Exp $");
#include "zlib.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: deflate.c,v 1.10 2002/05/29 18:15:17 christos Exp $ */
/* $NetBSD: deflate.c,v 1.11 2003/03/08 07:42:33 lukem Exp $ */
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-2002 Jean-loup Gailly.
@ -49,7 +49,10 @@
*
*/
/* @(#) $Id: deflate.c,v 1.10 2002/05/29 18:15:17 christos Exp $ */
/* @(#) $Id: deflate.c,v 1.11 2003/03/08 07:42:33 lukem Exp $ */
#include <sys/cdefs.h>
__RCSID("$NetBSD: deflate.c,v 1.11 2003/03/08 07:42:33 lukem Exp $");
#include "deflate.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: gzio.c,v 1.15 2003/03/05 02:20:19 groo Exp $ */
/* $NetBSD: gzio.c,v 1.16 2003/03/08 07:42:34 lukem Exp $ */
/* gzio.c -- IO on .gz files
* Copyright (C) 1995-2002 Jean-loup Gailly.
@ -7,7 +7,10 @@
* Compile this file with -DNO_DEFLATE to avoid the compression code.
*/
/* @(#) $Id: gzio.c,v 1.15 2003/03/05 02:20:19 groo Exp $ */
/* @(#) $Id: gzio.c,v 1.16 2003/03/08 07:42:34 lukem Exp $ */
#include <sys/cdefs.h>
__RCSID("$NetBSD: gzio.c,v 1.16 2003/03/08 07:42:34 lukem Exp $");
#include <stdio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gzio_compat.c,v 1.2 1999/10/26 22:16:48 itojun Exp $ */
/* $NetBSD: gzio_compat.c,v 1.3 2003/03/08 07:42:34 lukem Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -35,6 +35,9 @@
* Backward compatibility wrapper for old (incorrect) z_off_t definition.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: gzio_compat.c,v 1.3 2003/03/08 07:42:34 lukem Exp $");
#include <stdio.h>
#define __ZLIB_BACKWARD_COMPAT

View File

@ -1,10 +1,13 @@
/* $NetBSD: infblock.c,v 1.7 2002/05/29 18:15:18 christos Exp $ */
/* $NetBSD: infblock.c,v 1.8 2003/03/08 07:42:34 lukem Exp $ */
/* infblock.c -- interpret and process block types to last block
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: infblock.c,v 1.8 2003/03/08 07:42:34 lukem Exp $");
#include "zutil.h"
#include "infblock.h"
#include "inftrees.h"

View File

@ -1,10 +1,13 @@
/* $NetBSD: infcodes.c,v 1.6 2002/03/11 23:40:18 fvdl Exp $ */
/* $NetBSD: infcodes.c,v 1.7 2003/03/08 07:42:35 lukem Exp $ */
/* infcodes.c -- process literals and length/distance pairs
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: infcodes.c,v 1.7 2003/03/08 07:42:35 lukem Exp $");
#include "zutil.h"
#include "inftrees.h"
#include "infblock.h"

View File

@ -1,10 +1,13 @@
/* $NetBSD: inffast.c,v 1.6 2002/03/11 23:40:19 fvdl Exp $ */
/* $NetBSD: inffast.c,v 1.7 2003/03/08 07:42:35 lukem Exp $ */
/* inffast.c -- process literals and length/distance pairs fast
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: inffast.c,v 1.7 2003/03/08 07:42:35 lukem Exp $");
#include "zutil.h"
#include "inftrees.h"
#include "infblock.h"

View File

@ -1,10 +1,13 @@
/* $NetBSD: inflate.c,v 1.7 2002/05/29 18:15:18 christos Exp $ */
/* $NetBSD: inflate.c,v 1.8 2003/03/08 07:42:35 lukem Exp $ */
/* inflate.c -- zlib interface to inflate modules
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: inflate.c,v 1.8 2003/03/08 07:42:35 lukem Exp $");
#include "zutil.h"
#include "infblock.h"

View File

@ -1,10 +1,13 @@
/* $NetBSD: inftrees.c,v 1.7 2002/03/11 23:40:20 fvdl Exp $ */
/* $NetBSD: inftrees.c,v 1.8 2003/03/08 07:42:36 lukem Exp $ */
/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: inftrees.c,v 1.8 2003/03/08 07:42:36 lukem Exp $");
#include "zutil.h"
#include "inftrees.h"

View File

@ -1,10 +1,13 @@
/* $NetBSD: infutil.c,v 1.6 2002/03/11 23:40:21 fvdl Exp $ */
/* $NetBSD: infutil.c,v 1.7 2003/03/08 07:42:36 lukem Exp $ */
/* inflate_util.c -- data and routines common to blocks and codes
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: infutil.c,v 1.7 2003/03/08 07:42:36 lukem Exp $");
#include "zutil.h"
#include "infblock.h"
#include "inftrees.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: trees.c,v 1.9 2002/05/29 18:15:18 christos Exp $ */
/* $NetBSD: trees.c,v 1.10 2003/03/08 07:42:36 lukem Exp $ */
/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-2002 Jean-loup Gailly
@ -31,7 +31,10 @@
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
*/
/* @(#) $Id: trees.c,v 1.9 2002/05/29 18:15:18 christos Exp $ */
/* @(#) $Id: trees.c,v 1.10 2003/03/08 07:42:36 lukem Exp $ */
#include <sys/cdefs.h>
__RCSID("$NetBSD: trees.c,v 1.10 2003/03/08 07:42:36 lukem Exp $");
/* #define GEN_TREES_H */

View File

@ -1,11 +1,14 @@
/* $NetBSD: uncompr.c,v 1.7 2002/03/11 23:40:22 fvdl Exp $ */
/* $NetBSD: uncompr.c,v 1.8 2003/03/08 07:42:37 lukem Exp $ */
/* uncompr.c -- decompress a memory buffer
* Copyright (C) 1995-2002 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: uncompr.c,v 1.7 2002/03/11 23:40:22 fvdl Exp $ */
/* @(#) $Id: uncompr.c,v 1.8 2003/03/08 07:42:37 lukem Exp $ */
#include <sys/cdefs.h>
__RCSID("$NetBSD: uncompr.c,v 1.8 2003/03/08 07:42:37 lukem Exp $");
#include "zlib.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: zutil.c,v 1.8 2002/03/11 23:40:23 fvdl Exp $ */
/* $NetBSD: zutil.c,v 1.9 2003/03/08 07:42:37 lukem Exp $ */
/* zutil.c -- target dependent utility functions for the compression library
* Copyright (C) 1995-2002 Jean-loup Gailly.
@ -7,6 +7,9 @@
/* @(#) Id */
#include <sys/cdefs.h>
__RCSID("$NetBSD: zutil.c,v 1.9 2003/03/08 07:42:37 lukem Exp $");
#include <stdio.h>
#include "zutil.h"