diff options
Diffstat (limited to 'sys/lib/libkern/arch/m68k/htons.S')
-rw-r--r-- | sys/lib/libkern/arch/m68k/htons.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/m68k/htons.S b/sys/lib/libkern/arch/m68k/htons.S index 5c9ee9c54c7..da4e0c505a6 100644 --- a/sys/lib/libkern/arch/m68k/htons.S +++ b/sys/lib/libkern/arch/m68k/htons.S @@ -1,3 +1,4 @@ +/* $OpenBSD: htons.S,v 1.2 1997/11/07 15:57:04 niklas Exp $ */ /* $NetBSD: htons.S,v 1.2 1994/10/26 06:39:27 cgd Exp $ */ /*- @@ -42,7 +43,7 @@ #ifdef notdef .asciz "@(#)htons.s 5.1 (Berkeley) 5/12/90" #endif - .asciz "$NetBSD: htons.S,v 1.2 1994/10/26 06:39:27 cgd Exp $" + .asciz "$OpenBSD: htons.S,v 1.2 1997/11/07 15:57:04 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = htons(netorder) */ |