diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-07 15:57:54 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-07 15:57:54 +0000 |
commit | c045fa729ea8bac9c37fc19b782b5a3859b5a674 (patch) | |
tree | 217d789c8c9676e5a6576aa6658269a29afdf711 /sys/lib/libkern/arch/m68k/strncpy.S | |
parent | 14848198439b9bf6cae49c22cb363276839eb2f0 (diff) |
$OpenBSD$
Diffstat (limited to 'sys/lib/libkern/arch/m68k/strncpy.S')
-rw-r--r-- | sys/lib/libkern/arch/m68k/strncpy.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/m68k/strncpy.S b/sys/lib/libkern/arch/m68k/strncpy.S index af0f2e83c5e..b759a919e18 100644 --- a/sys/lib/libkern/arch/m68k/strncpy.S +++ b/sys/lib/libkern/arch/m68k/strncpy.S @@ -1,3 +1,5 @@ +/* $OpenBSD: strncpy.S,v 1.2 1997/11/07 15:57:13 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)strncpy.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: strncpy.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: strncpy.S,v 1.2 1997/11/07 15:57:13 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" |