diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-13 22:05:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-13 22:05:17 +0000 |
commit | 088a28c781c29dac94edaf439a1b6cd2d6eb84f7 (patch) | |
tree | efab6cf1f099bb09aa12104e729d36d93aff99b5 /lib/libc/arch/alpha/net/htons.S | |
parent | b2da932b09b3feaf2be61c056985b23156747e11 (diff) |
Merge to NetBSD, added RCSids
Diffstat (limited to 'lib/libc/arch/alpha/net/htons.S')
-rw-r--r-- | lib/libc/arch/alpha/net/htons.S | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/arch/alpha/net/htons.S b/lib/libc/arch/alpha/net/htons.S index 2474b67497e..1826ff30356 100644 --- a/lib/libc/arch/alpha/net/htons.S +++ b/lib/libc/arch/alpha/net/htons.S @@ -1,3 +1,6 @@ +/* $OpenBSD: htons.S,v 1.3 1996/11/13 22:05:04 niklas Exp $ */ +/* $NetBSD: htons.S,v 1.1 1996/04/17 22:36:54 cgd Exp $ */ + /* * Copyright (c) 1996 Carnegie-Mellon University. * All rights reserved. @@ -27,7 +30,7 @@ #if defined(LIBC_SCCS) .text - .asciz "$OpenBSD: htons.S,v 1.2 1996/08/19 08:10:53 tholo Exp $" + .asciz "$OpenBSD: htons.S,v 1.3 1996/11/13 22:05:04 niklas Exp $" #endif #define NAME htons |