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/strlen.S | |
parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) |
Diffstat (limited to 'lib/libc/i386/string/strlen.S')
-rw-r--r-- | lib/libc/i386/string/strlen.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/i386/string/strlen.S b/lib/libc/i386/string/strlen.S index 16eee1aba4560..00da10187875a 100644 --- a/lib/libc/i386/string/strlen.S +++ b/lib/libc/i386/string/strlen.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strlen.S,v 1.1 1994/08/05 01:18:35 wollman Exp $ + * $Id: strlen.S,v 1.2 1995/01/23 01:29:19 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strlen.S,v 1.1 1994/08/05 01:18:35 wollman Exp $" + .asciz "$Id: strlen.S,v 1.2 1995/01/23 01:29:19 davidg Exp $" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" |