summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/pmdb/arch/alpha/alpha.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pmdb/arch/alpha/alpha.c b/usr.bin/pmdb/arch/alpha/alpha.c
index 37a36e39ccc..5070b14aac9 100644
--- a/usr.bin/pmdb/arch/alpha/alpha.c
+++ b/usr.bin/pmdb/arch/alpha/alpha.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: alpha.c,v 1.3 2002/07/22 02:54:23 art Exp $ */
+/* $OpenBSD: alpha.c,v 1.4 2008/02/09 20:59:09 martin Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -67,4 +67,4 @@ md_getregs(struct pstate *ps, reg *regs)
memcpy(regs, &r, sizeof(r));
return (0);
-} \ No newline at end of file
+}