diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-03-15 07:35:47 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-03-15 07:35:47 +0000 |
commit | 99a148b7d2e75a4633f6eaf4ff754eb2ba0d22fa (patch) | |
tree | 96db804f64b2307999e3b7567a0627a649c86390 /sys | |
parent | edfec851c3cec5de63ae0e8f1a63810281ef55a5 (diff) |
$OpenBSD$
Diffstat (limited to 'sys')
-rw-r--r-- | sys/ddb/db_elf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/db_elf.c b/sys/ddb/db_elf.c index f207f2ffd1c..29c4826d776 100644 --- a/sys/ddb/db_elf.c +++ b/sys/ddb/db_elf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: db_elf.c,v 1.2 2001/03/15 07:35:46 niklas Exp $ */ /* $NetBSD: db_elf.c,v 1.13 2000/07/07 21:55:18 jhawk Exp $ */ /*- |