diff options
author | 2005-08-07 16:40:13 +0000 | |
---|---|---|
committer | 2005-08-07 16:40:13 +0000 | |
commit | 298116df5b000b61a69743d21c92035418df8900 (patch) | |
tree | 6101a3af238ab1683f80fb2b5d443e2961f2fe69 /lib/libc/arch/vax/string/memcmp.S | |
parent | split off the code that handles dependencies proper, so that we can (later) (diff) | |
download | wireguard-openbsd-298116df5b000b61a69743d21c92035418df8900.tar.xz wireguard-openbsd-298116df5b000b61a69743d21c92035418df8900.zip |
zap rcsid.
okay deraadt@ (tested them all)
Diffstat (limited to 'lib/libc/arch/vax/string/memcmp.S')
-rw-r--r-- | lib/libc/arch/vax/string/memcmp.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/arch/vax/string/memcmp.S b/lib/libc/arch/vax/string/memcmp.S index 64da76702a9..c863315884f 100644 --- a/lib/libc/arch/vax/string/memcmp.S +++ b/lib/libc/arch/vax/string/memcmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: memcmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: memcmp.S,v 1.3 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* int memcmp(s1, s2, n) */ #include "DEFS.h" |