From fd24d57d055a07e96b555af3a9bfeb1bb7c35d89 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 13 Mar 1997 12:44:53 +0000 Subject: [PATCH] Missing $Id$ --- sbin/fsdb/fsdb.c | 2 +- sbin/fsdb/fsdb.h | 2 ++ sbin/fsdb/fsdbutil.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index 208507765f15..ec84dfe56aac 100644 --- a/sbin/fsdb/fsdb.c +++ b/sbin/fsdb/fsdb.c @@ -29,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$NetBSD: fsdb.c,v 1.2 1995/10/08 23:18:10 thorpej Exp $"; +static char rcsid[] = "$Id$"; #endif /* not lint */ #include diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h index af51907e3521..76707299dd07 100644 --- a/sbin/fsdb/fsdb.h +++ b/sbin/fsdb/fsdb.h @@ -26,6 +26,8 @@ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. + * + * $Id$ */ extern int bread __P((int fd, char *buf, daddr_t blk, long size)); diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c index 8d064bca851d..32516448edea 100644 --- a/sbin/fsdb/fsdbutil.c +++ b/sbin/fsdb/fsdbutil.c @@ -29,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$NetBSD: fsdbutil.c,v 1.2 1995/10/08 23:18:12 thorpej Exp $"; +static char rcsid[] = "$Id$"; #endif /* not lint */ #include