From 9d343b25ca44516eceb5d45df207cf9fa31277a0 Mon Sep 17 00:00:00 2001 From: kleink Date: Sat, 3 Jul 1999 19:55:03 +0000 Subject: [PATCH] RCS Id police. --- sbin/fsck_lfs/dir.c | 2 +- sbin/fsck_lfs/extern.h | 2 +- sbin/fsck_lfs/fsck.h | 2 +- sbin/fsck_lfs/fsck_vars.h | 2 +- sbin/fsck_lfs/inode.c | 2 +- sbin/fsck_lfs/main.c | 2 +- sbin/fsck_lfs/pass0.c | 3 ++- sbin/fsck_lfs/pass1.c | 2 +- sbin/fsck_lfs/pass1b.c | 2 +- sbin/fsck_lfs/pass2.c | 2 +- sbin/fsck_lfs/pass3.c | 2 +- sbin/fsck_lfs/pass4.c | 2 +- sbin/fsck_lfs/pass5.c | 4 ++-- sbin/fsck_lfs/setup.c | 2 +- sbin/fsck_lfs/utilities.c | 2 +- sbin/fsck_lfs/vars.c | 3 ++- 16 files changed, 19 insertions(+), 17 deletions(-) diff --git a/sbin/fsck_lfs/dir.c b/sbin/fsck_lfs/dir.c index 7ca1d2fad3b2..8981eae1364c 100644 --- a/sbin/fsck_lfs/dir.c +++ b/sbin/fsck_lfs/dir.c @@ -1,4 +1,4 @@ -/* $Id: dir.c,v 1.1 1999/03/18 02:02:18 perseant Exp $ */ +/* $NetBSD: dir.c,v 1.2 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1980, 1986, 1993 diff --git a/sbin/fsck_lfs/extern.h b/sbin/fsck_lfs/extern.h index e6f03f76837c..efd1d9a4da61 100644 --- a/sbin/fsck_lfs/extern.h +++ b/sbin/fsck_lfs/extern.h @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.1 1999/03/18 02:02:19 perseant Exp $ */ +/* $NetBSD: extern.h,v 1.2 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1994 James A. Jegers diff --git a/sbin/fsck_lfs/fsck.h b/sbin/fsck_lfs/fsck.h index 49b6c1ad1ea7..30505791b038 100644 --- a/sbin/fsck_lfs/fsck.h +++ b/sbin/fsck_lfs/fsck.h @@ -1,4 +1,4 @@ -/* $Id: fsck.h,v 1.1 1999/03/18 02:02:19 perseant Exp $ */ +/* $NetBSD: fsck.h,v 1.2 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1997 diff --git a/sbin/fsck_lfs/fsck_vars.h b/sbin/fsck_lfs/fsck_vars.h index 8eb3b9bdfd87..f2f655663bea 100644 --- a/sbin/fsck_lfs/fsck_vars.h +++ b/sbin/fsck_lfs/fsck_vars.h @@ -1,4 +1,4 @@ -/* $Id: fsck_vars.h,v 1.1 1999/03/18 02:02:19 perseant Exp $ */ +/* $NetBSD: fsck_vars.h,v 1.2 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1980, 1986, 1993 diff --git a/sbin/fsck_lfs/inode.c b/sbin/fsck_lfs/inode.c index 68dd23c0cd73..3b44f2efc4c0 100644 --- a/sbin/fsck_lfs/inode.c +++ b/sbin/fsck_lfs/inode.c @@ -1,4 +1,4 @@ -/* $Id: inode.c,v 1.2 1999/03/24 05:32:23 nathanw Exp $ */ +/* $NetBSD: inode.c,v 1.3 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1997, 1998 diff --git a/sbin/fsck_lfs/main.c b/sbin/fsck_lfs/main.c index 0aeb95b5d7ad..4b136d64d59f 100644 --- a/sbin/fsck_lfs/main.c +++ b/sbin/fsck_lfs/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.1 1999/03/18 02:02:19 perseant Exp $ */ +/* $NetBSD: main.c,v 1.2 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1980, 1986, 1993 diff --git a/sbin/fsck_lfs/pass0.c b/sbin/fsck_lfs/pass0.c index c5f015453a1a..627382841c65 100644 --- a/sbin/fsck_lfs/pass0.c +++ b/sbin/fsck_lfs/pass0.c @@ -1,4 +1,5 @@ -/* $Id: pass0.c,v 1.2 1999/03/24 05:32:23 nathanw Exp $ */ +/* $NetBSD: pass0.c,v 1.3 1999/07/03 19:55:03 kleink Exp $ */ + /* * Copyright (c) 1998 Konrad E. Schroder. * Copyright (c) 1980, 1986, 1993 diff --git a/sbin/fsck_lfs/pass1.c b/sbin/fsck_lfs/pass1.c index ffe2699fca9f..f10c7f6d9887 100644 --- a/sbin/fsck_lfs/pass1.c +++ b/sbin/fsck_lfs/pass1.c @@ -1,4 +1,4 @@ -/* $Id: pass1.c,v 1.2 1999/03/24 05:32:23 nathanw Exp $ */ +/* $NetBSD: pass1.c,v 1.3 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1980, 1986, 1993 diff --git a/sbin/fsck_lfs/pass1b.c b/sbin/fsck_lfs/pass1b.c index 2e9c7137618a..820123e5fa2f 100644 --- a/sbin/fsck_lfs/pass1b.c +++ b/sbin/fsck_lfs/pass1b.c @@ -1,4 +1,4 @@ -/* $Id: pass1b.c,v 1.1 1999/03/18 02:02:19 perseant Exp $ */ +/* $NetBSD: pass1b.c,v 1.2 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1980, 1986, 1993 diff --git a/sbin/fsck_lfs/pass2.c b/sbin/fsck_lfs/pass2.c index e85cb2a41aeb..fdd710a67e1b 100644 --- a/sbin/fsck_lfs/pass2.c +++ b/sbin/fsck_lfs/pass2.c @@ -1,4 +1,4 @@ -/* $Id: pass2.c,v 1.2 1999/03/24 05:32:23 nathanw Exp $ */ +/* $NetBSD: pass2.c,v 1.3 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1980, 1986, 1993 diff --git a/sbin/fsck_lfs/pass3.c b/sbin/fsck_lfs/pass3.c index d370a5cd3e6c..9a1d7a655052 100644 --- a/sbin/fsck_lfs/pass3.c +++ b/sbin/fsck_lfs/pass3.c @@ -1,4 +1,4 @@ -/* $Id: pass3.c,v 1.1 1999/03/18 02:02:19 perseant Exp $ */ +/* $NetBSD: pass3.c,v 1.2 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1980, 1986, 1993 diff --git a/sbin/fsck_lfs/pass4.c b/sbin/fsck_lfs/pass4.c index e84b486b845f..0ffa53d5c710 100644 --- a/sbin/fsck_lfs/pass4.c +++ b/sbin/fsck_lfs/pass4.c @@ -1,4 +1,4 @@ -/* $Id: pass4.c,v 1.1 1999/03/18 02:02:19 perseant Exp $ */ +/* $NetBSD: pass4.c,v 1.2 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1980, 1986, 1993 diff --git a/sbin/fsck_lfs/pass5.c b/sbin/fsck_lfs/pass5.c index b0eb2fdf526e..f4529198e8e1 100644 --- a/sbin/fsck_lfs/pass5.c +++ b/sbin/fsck_lfs/pass5.c @@ -1,4 +1,4 @@ -/* $Id: pass5.c,v 1.1 1999/03/18 02:02:19 perseant Exp $ */ +/* $NetBSD: pass5.c,v 1.2 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1980, 1986, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)pass5.c 8.6 (Berkeley) 11/30/94"; #else -static char rcsid[] = "$Id: pass5.c,v 1.1 1999/03/18 02:02:19 perseant Exp $"; +static char rcsid[] = "$NetBSD: pass5.c,v 1.2 1999/07/03 19:55:03 kleink Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_lfs/setup.c b/sbin/fsck_lfs/setup.c index 01ccc09023f7..046e4229cfbe 100644 --- a/sbin/fsck_lfs/setup.c +++ b/sbin/fsck_lfs/setup.c @@ -1,4 +1,4 @@ -/* $Id: setup.c,v 1.2 1999/03/24 05:32:23 nathanw Exp $ */ +/* $NetBSD: setup.c,v 1.3 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1980, 1986, 1993 diff --git a/sbin/fsck_lfs/utilities.c b/sbin/fsck_lfs/utilities.c index f005eb90cfe1..a3d49e70cda5 100644 --- a/sbin/fsck_lfs/utilities.c +++ b/sbin/fsck_lfs/utilities.c @@ -1,4 +1,4 @@ -/* $Id: utilities.c,v 1.1 1999/03/18 02:02:19 perseant Exp $ */ +/* $NetBSD: utilities.c,v 1.2 1999/07/03 19:55:03 kleink Exp $ */ /* * Copyright (c) 1980, 1986, 1993 diff --git a/sbin/fsck_lfs/vars.c b/sbin/fsck_lfs/vars.c index acfbc12ad8bd..bf159354ed2a 100644 --- a/sbin/fsck_lfs/vars.c +++ b/sbin/fsck_lfs/vars.c @@ -1,4 +1,5 @@ -/* $Id: vars.c,v 1.1 1999/03/18 02:02:19 perseant Exp $ */ +/* $NetBSD: vars.c,v 1.2 1999/07/03 19:55:03 kleink Exp $ */ + #include #include #include