diff options
author | 2006-05-26 20:22:04 +0000 | |
---|---|---|
committer | 2006-05-26 20:22:04 +0000 | |
commit | 690c92a270f7353972bda81e5f30b37e5613d96e (patch) | |
tree | 0d6785ecc54415df4ee971d0fdc2054d8f4c570f | |
parent | No md math.h in OpenBSD (diff) | |
download | wireguard-openbsd-690c92a270f7353972bda81e5f30b37e5613d96e.tar.xz wireguard-openbsd-690c92a270f7353972bda81e5f30b37e5613d96e.zip |
Add RCS id.
-rw-r--r-- | sys/arch/arm/include/bus.h | 1 | ||||
-rw-r--r-- | sys/arch/arm/include/reloc.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/arm/include/bus.h b/sys/arch/arm/include/bus.h index d374dc7c803..01dfec5d2b7 100644 --- a/sys/arch/arm/include/bus.h +++ b/sys/arch/arm/include/bus.h @@ -1,3 +1,4 @@ +/* $OpenBSD: bus.h,v 1.5 2006/05/26 20:22:04 miod Exp $ */ /* $NetBSD: bus.h,v 1.12 2003/10/23 15:03:24 scw Exp $ */ /*- diff --git a/sys/arch/arm/include/reloc.h b/sys/arch/arm/include/reloc.h index f53ab524f26..f765d3afc4a 100644 --- a/sys/arch/arm/include/reloc.h +++ b/sys/arch/arm/include/reloc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: reloc.h,v 1.2 2006/05/26 20:22:04 miod Exp $ */ /* Processor specific relocation types */ #define R_ARM_NONE 0 |