diff options
author | 2001-03-15 07:35:46 +0000 | |
---|---|---|
committer | 2001-03-15 07:35:46 +0000 | |
commit | 6953ba52f729cce8bf4e88297fc7f0557f99814e (patch) | |
tree | b5fc0087ef1ad3c662c7f40899f282f0320de5b3 | |
parent | convert SA expirations to the new timeouts. (diff) | |
download | wireguard-openbsd-6953ba52f729cce8bf4e88297fc7f0557f99814e.tar.xz wireguard-openbsd-6953ba52f729cce8bf4e88297fc7f0557f99814e.zip |
$OpenBSD$
-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 $ */ /*- |