diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2008-02-09 20:59:10 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2008-02-09 20:59:10 +0000 |
commit | 52fddc94b8aba474baabc4d2106e30d66b6617ba (patch) | |
tree | 9e2fc6cdd46308f821c4e82dc8013bcbab08ade6 /usr.bin/pmdb/arch | |
parent | 0448f17aa121a375bef641998ec96c4f577c5fda (diff) |
missing newline at EOF
Diffstat (limited to 'usr.bin/pmdb/arch')
-rw-r--r-- | usr.bin/pmdb/arch/alpha/alpha.c | 4 |
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 +} |