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