diff options
author | 1997-11-07 15:56:33 +0000 | |
---|---|---|
committer | 1997-11-07 15:56:33 +0000 | |
commit | c3f6e9cfd772b1e25f8a333343749c37d1a1547d (patch) | |
tree | 8af5bfc9b0d5d29fec136fa9f42787de8efcc603 /sys/lib/libkern/arch/sparc/ffs.S | |
parent | $OpenBSD$ (diff) | |
download | wireguard-openbsd-c3f6e9cfd772b1e25f8a333343749c37d1a1547d.tar.xz wireguard-openbsd-c3f6e9cfd772b1e25f8a333343749c37d1a1547d.zip |
$OpenBSD$
Diffstat (limited to 'sys/lib/libkern/arch/sparc/ffs.S')
-rw-r--r-- | sys/lib/libkern/arch/sparc/ffs.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/sparc/ffs.S b/sys/lib/libkern/arch/sparc/ffs.S index 82599a412f1..78e8ada31b8 100644 --- a/sys/lib/libkern/arch/sparc/ffs.S +++ b/sys/lib/libkern/arch/sparc/ffs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:34 niklas Exp $ */ /* $NetBSD: ffs.S,v 1.2 1994/10/26 06:39:57 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)ffs.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: ffs.S,v 1.2 1994/10/26 06:39:57 cgd Exp $" + .asciz "$OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:34 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" |