diff options
-rw-r--r-- | sys/arch/vax/uba/dl.c | 1 | ||||
-rw-r--r-- | sys/arch/vax/uba/dlreg.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/vax/uba/dl.c b/sys/arch/vax/uba/dl.c index f9d355ae2ab..80c8be5d5ad 100644 --- a/sys/arch/vax/uba/dl.c +++ b/sys/arch/vax/uba/dl.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dl.c,v 1.2 1998/05/11 14:59:05 niklas Exp $ */ /* $NetBSD: dl.c,v 1.1 1997/02/04 19:13:18 ragge Exp $ */ /* * Copyright (c) 1997 Ben Harris. All rights reserved. diff --git a/sys/arch/vax/uba/dlreg.h b/sys/arch/vax/uba/dlreg.h index d3d007b72b9..120b283fb75 100644 --- a/sys/arch/vax/uba/dlreg.h +++ b/sys/arch/vax/uba/dlreg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dlreg.h,v 1.2 1998/05/11 14:59:06 niklas Exp $ */ /* $NetBSD: dlreg.h,v 1.1 1997/02/04 19:13:19 ragge Exp $ */ /* * Copyright (c) 1997 Ben Harris. All rights reserved. |