/* $NetBSD: Lint_htonl.c,v 1.2 1999/05/03 13:12:34 christos Exp $ */ /* * This file placed in the public domain. * Chris Demetriou, November 5, 1997. */ #include #undef htonl /*ARGSUSED*/ in_addr_t htonl(host32) in_addr_t host32; { return (0); }