diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
commit | 26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch) | |
tree | 69e72e626f1337094ba2f18cd7fded3ecaa930bf /lib/libc/i386/string/memmove.S | |
parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) |
Diffstat (limited to 'lib/libc/i386/string/memmove.S')
-rw-r--r-- | lib/libc/i386/string/memmove.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/i386/string/memmove.S b/lib/libc/i386/string/memmove.S index 1c74561d5e2d7..27d6d3178bf0e 100644 --- a/lib/libc/i386/string/memmove.S +++ b/lib/libc/i386/string/memmove.S @@ -32,12 +32,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: memmove.S,v 1.1 1994/08/05 01:18:29 wollman Exp $ + * $Id: memmove.S,v 1.2 1995/01/23 01:29:02 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: memmove.S,v 1.1 1994/08/05 01:18:29 wollman Exp $" + .asciz "$Id: memmove.S,v 1.2 1995/01/23 01:29:02 davidg Exp $" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" |