add __RCSID()

This commit is contained in:
lukem 2001-10-28 13:14:05 +00:00
parent 1450efa805
commit cafb53fc3d
7 changed files with 42 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ffs.c,v 1.1.1.1 2001/10/26 06:19:00 lukem Exp $ */
/* $NetBSD: ffs.c,v 1.2 2001/10/28 13:14:05 lukem Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -69,6 +69,11 @@
* @(#)ffs_alloc.c 8.19 (Berkeley) 7/13/95
*/
#include <sys/cdefs.h>
#ifndef __lint
__RCSID("$NetBSD: ffs.c,v 1.2 2001/10/28 13:14:05 lukem Exp $");
#endif /* !__lint */
#include <sys/param.h>
#include <sys/mount.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: buf.c,v 1.1.1.1 2001/10/26 06:20:18 lukem Exp $ */
/* $NetBSD: buf.c,v 1.2 2001/10/28 13:14:06 lukem Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -35,6 +35,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef __lint
__RCSID("$NetBSD: buf.c,v 1.2 2001/10/28 13:14:06 lukem Exp $");
#endif /* !__lint */
#include <sys/param.h>
#include <sys/time.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ffs_alloc.c,v 1.1.1.1 2001/10/26 06:21:35 lukem Exp $ */
/* $NetBSD: ffs_alloc.c,v 1.2 2001/10/28 13:14:06 lukem Exp $ */
/* From: NetBSD: ffs_alloc.c,v 1.50 2001/09/06 02:16:01 lukem Exp */
/*
@ -36,6 +36,11 @@
* @(#)ffs_alloc.c 8.19 (Berkeley) 7/13/95
*/
#include <sys/cdefs.h>
#ifndef __lint
__RCSID("$NetBSD: ffs_alloc.c,v 1.2 2001/10/28 13:14:06 lukem Exp $");
#endif /* !__lint */
#include <sys/param.h>
#include <sys/time.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ffs_balloc.c,v 1.1.1.1 2001/10/26 06:21:43 lukem Exp $ */
/* $NetBSD: ffs_balloc.c,v 1.2 2001/10/28 13:14:06 lukem Exp $ */
/* From NetBSD: ffs_balloc.c,v 1.25 2001/08/08 08:36:36 lukem Exp */
/*
@ -36,6 +36,11 @@
* @(#)ffs_balloc.c 8.8 (Berkeley) 6/16/95
*/
#include <sys/cdefs.h>
#ifndef __lint
__RCSID("$NetBSD: ffs_balloc.c,v 1.2 2001/10/28 13:14:06 lukem Exp $");
#endif /* !__lint */
#include <sys/param.h>
#include <sys/time.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ufs_bmap.c,v 1.1.1.1 2001/10/26 06:22:21 lukem Exp $ */
/* $NetBSD: ufs_bmap.c,v 1.2 2001/10/28 13:14:06 lukem Exp $ */
/* From: NetBSD: ufs_bmap.c,v 1.10 2000/11/27 08:39:57 chs Exp */
/*
@ -41,6 +41,11 @@
* @(#)ufs_bmap.c 8.8 (Berkeley) 8/11/95
*/
#include <sys/cdefs.h>
#ifndef __lint
__RCSID("$NetBSD: ufs_bmap.c,v 1.2 2001/10/28 13:14:06 lukem Exp $");
#endif /* !__lint */
#include <sys/param.h>
#include <sys/time.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: makefs.c,v 1.1.1.1 2001/10/26 06:59:02 lukem Exp $ */
/* $NetBSD: makefs.c,v 1.2 2001/10/28 13:14:05 lukem Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -35,6 +35,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef __lint
__RCSID("$NetBSD: makefs.c,v 1.2 2001/10/28 13:14:05 lukem Exp $");
#endif /* !__lint */
#include <assert.h>
#include <ctype.h>
#include <err.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: walk.c,v 1.1.1.1 2001/10/26 06:16:19 lukem Exp $ */
/* $NetBSD: walk.c,v 1.2 2001/10/28 13:14:05 lukem Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -75,6 +75,11 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef __lint
__RCSID("$NetBSD: walk.c,v 1.2 2001/10/28 13:14:05 lukem Exp $");
#endif /* !__lint */
#include <sys/param.h>
#include <assert.h>