diff options
author | 2005-03-26 20:37:24 +0000 | |
---|---|---|
committer | 2005-03-26 20:37:24 +0000 | |
commit | c13f7bba10f544cd1d8b3be510187cc572ad5d25 (patch) | |
tree | 3d5c6519cb611d80d6be8f58f4b024089c739a08 | |
parent | fix compat_hpux entry (diff) | |
download | wireguard-openbsd-c13f7bba10f544cd1d8b3be510187cc572ad5d25.tar.xz wireguard-openbsd-c13f7bba10f544cd1d8b3be510187cc572ad5d25.zip |
oops. it's 2005 now!
-rw-r--r-- | sys/arch/hppa/hppa/hpux_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/include/hpux_machdep.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/hppa/hpux_machdep.c b/sys/arch/hppa/hppa/hpux_machdep.c index 6bd71ad4589..351c3961bd6 100644 --- a/sys/arch/hppa/hppa/hpux_machdep.c +++ b/sys/arch/hppa/hppa/hpux_machdep.c @@ -1,7 +1,7 @@ -/* $OpenBSD: hpux_machdep.c,v 1.1 2005/03/26 20:04:37 mickey Exp $ */ +/* $OpenBSD: hpux_machdep.c,v 1.2 2005/03/26 20:37:24 mickey Exp $ */ /* - * Copyright (c) 2004 Michael Shalayeff + * Copyright (c) 2005 Michael Shalayeff * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arch/hppa/include/hpux_machdep.h b/sys/arch/hppa/include/hpux_machdep.h index 4e16c537f06..a9241fbaf22 100644 --- a/sys/arch/hppa/include/hpux_machdep.h +++ b/sys/arch/hppa/include/hpux_machdep.h @@ -1,7 +1,7 @@ -/* $OpenBSD: hpux_machdep.h,v 1.1 2005/03/26 20:04:37 mickey Exp $ */ +/* $OpenBSD: hpux_machdep.h,v 1.2 2005/03/26 20:37:24 mickey Exp $ */ /* - * Copyright (c) 2004 Michael Shalayeff + * Copyright (c) 2005 Michael Shalayeff * All rights reserved. * * Redistribution and use in source and binary forms, with or without |