/* $NetBSD: Lint_ntohs.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 ntohs /*ARGSUSED*//*NOSTRICT*/ in_port_t ntohs(net16) in_port_t net16; { return (0); }