diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/dev/apm.c | 2 | ||||
-rw-r--r-- | sys/arch/macppc/include/apmvar.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/macppc/dev/apm.c b/sys/arch/macppc/dev/apm.c index 9331788ade4..7cb4450ff52 100644 --- a/sys/arch/macppc/dev/apm.c +++ b/sys/arch/macppc/dev/apm.c @@ -1,3 +1,5 @@ +/* $OpenBSD: apm.c,v 1.2 2001/10/03 20:06:00 drahn Exp $ */ + /*- * Copyright (c) 2001 Alexander Guy. All rights reserved. * Copyright (c) 1998-2001 Michael Shalayeff. All rights reserved. diff --git a/sys/arch/macppc/include/apmvar.h b/sys/arch/macppc/include/apmvar.h index 9d9189930e0..3ffa92794d0 100644 --- a/sys/arch/macppc/include/apmvar.h +++ b/sys/arch/macppc/include/apmvar.h @@ -1,3 +1,5 @@ +/* $OpenBSD: apmvar.h,v 1.2 2001/10/03 20:06:01 drahn Exp $ */ + /* * Copyright (c) 2001 Alexander Guy * Copyright (c) 1995 John T. Kohl |