diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-01 12:52:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-01 12:52:43 +0000 |
commit | 8ae0f654775eaa9804b13ac15e247db9f8dfec1b (patch) | |
tree | e025119725b08697c0aa6e41352e7e2beebc4b6e /lib/libc/arch/alpha/net/ntohl.S | |
parent | 9d7ec25de44b5d2c6589de45ea8fb5cde1bbd21c (diff) |
sync with netbsd
Diffstat (limited to 'lib/libc/arch/alpha/net/ntohl.S')
-rw-r--r-- | lib/libc/arch/alpha/net/ntohl.S | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/libc/arch/alpha/net/ntohl.S b/lib/libc/arch/alpha/net/ntohl.S new file mode 100644 index 00000000000..b571647342f --- /dev/null +++ b/lib/libc/arch/alpha/net/ntohl.S @@ -0,0 +1,32 @@ +/* $NetBSD: ntohl.S,v 1.1 1996/04/17 22:36:57 cgd Exp $ */ + +/* + * Copyright (c) 1996 Carnegie-Mellon University. + * All rights reserved. + * + * Author: Chris G. Demetriou + * + * Permission to use, copy, modify and distribute this software and + * its documentation is hereby granted, provided that both the copyright + * notice and this permission notice appear in all copies of the + * software, derivative works or modified versions, and any portions + * thereof, and that both notices appear in supporting documentation. + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. + * + * Carnegie Mellon requests users of this software to return to + * + * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU + * School of Computer Science + * Carnegie Mellon University + * Pittsburgh PA 15213-3890 + * + * any improvements or extensions that they make and grant Carnegie the + * rights to redistribute these changes. + */ + +#define NAME ntohl + +#include "byte_swap_4.S" |