diff options
author | 2001-10-03 20:06:00 +0000 | |
---|---|---|
committer | 2001-10-03 20:06:00 +0000 | |
commit | b0857fef4c9fcfdb663e21e91173596dee70110f (patch) | |
tree | 2c22ca2d8730daf1cbe0ed8e5bc845d0adb49aa4 | |
parent | Add missed file when committing apm for macppc. (diff) | |
download | wireguard-openbsd-b0857fef4c9fcfdb663e21e91173596dee70110f.tar.xz wireguard-openbsd-b0857fef4c9fcfdb663e21e91173596dee70110f.zip |
Add $OpenBSD$ tags which were removed when this code was copied.
-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 |