diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/subr_hiballoc.c | 2 | ||||
-rw-r--r-- | sys/sys/hiballoc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_hiballoc.c b/sys/kern/subr_hiballoc.c index cf90ad83c41..271f072fbf3 100644 --- a/sys/kern/subr_hiballoc.c +++ b/sys/kern/subr_hiballoc.c @@ -1,4 +1,4 @@ -/* $OpenBSD $ */ +/* $OpenBSD: subr_hiballoc.c,v 1.4 2011/07/06 19:42:49 ariane Exp $ */ /* * Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl> diff --git a/sys/sys/hiballoc.h b/sys/sys/hiballoc.h index f4ade60547a..3b4012a49ce 100644 --- a/sys/sys/hiballoc.h +++ b/sys/sys/hiballoc.h @@ -1,4 +1,4 @@ -/* $OpenBSD $ */ +/* $OpenBSD: hiballoc.h,v 1.4 2011/07/06 19:42:49 ariane Exp $ */ /* * Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl> |