diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-08-21 02:58:36 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-08-21 02:58:36 +0000 |
commit | 7b2da8ef6e672cc6230e2971aca245d85b71fe0d (patch) | |
tree | 0c2e3abad3a2fdb89df175ec51ae3138621ed7c6 /sys/arch | |
parent | aed83bdbd6c3997e56dd89c21148d67849acfbfb (diff) |
I would really like to add a copyright to this file, the NetBSD version
is copied from the OpenBSD version (mine), however before a copyright
was added. Since then effectively the entire file has been replaced with
code from NetBSD (which still does not have a copyright).
NetBSD tag added, to indicate which version of the file the existing
code was derived from.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/powerpc/db_interface.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/powerpc/db_interface.c b/sys/arch/powerpc/powerpc/db_interface.c index f83bea9a4a9..fc66b2c08f2 100644 --- a/sys/arch/powerpc/powerpc/db_interface.c +++ b/sys/arch/powerpc/powerpc/db_interface.c @@ -1,4 +1,5 @@ -/* $OpenBSD: db_interface.c,v 1.6 2001/07/09 02:14:05 mickey Exp $ */ +/* $OpenBSD: db_interface.c,v 1.7 2001/08/21 02:58:35 drahn Exp $ */ +/* $NetBSD: db_interface.c,v 1.12 2001/07/22 11:29:46 wiz Exp $ */ #include <sys/param.h> #include <sys/proc.h> |