diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-07 16:37:53 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-07 16:37:53 +0000 |
commit | 29424fea9f0d362e3aec46277a3d2d9b0f755a58 (patch) | |
tree | 0c1b353055cf98a209057bdb04c8bf8fa41fc361 /sbin/growfs/debug.c | |
parent | da30cfc4ec73dd8f4dfdead849b85494783aaffa (diff) |
add missing tags and make this compile with debug.
Diffstat (limited to 'sbin/growfs/debug.c')
-rw-r--r-- | sbin/growfs/debug.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c index 24c5c08436d..ee4c6d98b60 100644 --- a/sbin/growfs/debug.c +++ b/sbin/growfs/debug.c @@ -1,3 +1,4 @@ +/* $OpenBSD: debug.c,v 1.3 2003/08/07 16:37:52 fgsch Exp $ */ /* * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. @@ -36,12 +37,13 @@ * SUCH DAMAGE. * * $TSHeader: src/sbin/growfs/debug.c,v 1.3 2000/12/12 19:31:00 tomsoft Exp $ + * $FreeBSD: src/sbin/growfs/debug.c,v 1.7 2002/09/25 04:06:36 mike Exp $ * */ #ifndef lint static const char rcsid[] = - "$FreeBSD: src/sbin/growfs/debug.c,v 1.7 2002/09/25 04:06:36 mike Exp $"; + "$OpenBSD: debug.c,v 1.3 2003/08/07 16:37:52 fgsch Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ |