diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-01 04:08:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-01 04:08:47 +0000 |
commit | 20b4aa147dbdab24c3d58ed298d099b9d885f6e1 (patch) | |
tree | a111fa7743f10cc5caefd3b19242e734f6fc2c2f /lib/libc/arch/sparc64 | |
parent | 84fa9074c99161c68099c4a37b11cf25230ed618 (diff) |
add some missing $, ok djm@ 'That looks fine to me' millert@
Diffstat (limited to 'lib/libc/arch/sparc64')
-rw-r--r-- | lib/libc/arch/sparc64/string/ffs.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/arch/sparc64/string/ffs.S b/lib/libc/arch/sparc64/string/ffs.S index 5ab54982b19..82d2c073d49 100644 --- a/lib/libc/arch/sparc64/string/ffs.S +++ b/lib/libc/arch/sparc64/string/ffs.S @@ -1,3 +1,5 @@ +/* $OpenBSD: ffs.S,v 1.3 2004/10/01 04:08:45 jsg Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. |