diff options
-rw-r--r-- | sys/arch/amd64/include/tcb.h | 2 | ||||
-rw-r--r-- | sys/arch/sparc/include/tcb.h | 2 | ||||
-rw-r--r-- | sys/arch/sparc64/include/tcb.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/amd64/include/tcb.h b/sys/arch/amd64/include/tcb.h index f6a0ed87a7f..6bbfff6596e 100644 --- a/sys/arch/amd64/include/tcb.h +++ b/sys/arch/amd64/include/tcb.h @@ -1,3 +1,5 @@ +/* $OpenBSD: tcb.h,v 1.2 2011/10/19 06:48:56 guenther Exp $ */ + /* * Copyright (c) 2011 Philip Guenther <guenther@openbsd.org> * diff --git a/sys/arch/sparc/include/tcb.h b/sys/arch/sparc/include/tcb.h index b445918b925..1398cd01cad 100644 --- a/sys/arch/sparc/include/tcb.h +++ b/sys/arch/sparc/include/tcb.h @@ -1,3 +1,5 @@ +/* $OpenBSD: tcb.h,v 1.2 2011/10/19 06:48:56 guenther Exp $ */ + /* * Copyright (c) 2011 Philip Guenther <guenther@openbsd.org> * diff --git a/sys/arch/sparc64/include/tcb.h b/sys/arch/sparc64/include/tcb.h index 6dedb858c05..fdbef1180bb 100644 --- a/sys/arch/sparc64/include/tcb.h +++ b/sys/arch/sparc64/include/tcb.h @@ -1,3 +1,5 @@ +/* $OpenBSD: tcb.h,v 1.2 2011/10/19 06:48:56 guenther Exp $ */ + /* * Copyright (c) 2011 Philip Guenther <guenther@openbsd.org> * |