From owner-freebsd-hackers Sun May 18 15:19:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA18376 for hackers-outgoing; Sun, 18 May 1997 15:19:17 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA18371 for ; Sun, 18 May 1997 15:19:15 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA22855; Sun, 18 May 1997 15:10:31 -0700 From: Terry Lambert Message-Id: <199705182210.PAA22855@phaeton.artisoft.com> Subject: Re: MZ-Telnet ? To: khetan@iafrica.com Date: Sun, 18 May 1997 15:10:31 -0700 (MST) Cc: hackers@FreeBSD.ORG In-Reply-To: from "Khetan Gajjar" at May 18, 97 01:49:02 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > #if defined(linux) || defined(sgi) || defined(__NetBSD__) || defined(hpux) > int > #else > unsigned long > #endif > inet_aton(cp, addr) > > I'm afraid I don't know how to add a preprocessor definition for FreeBSD :-( > Any help appreciated! Add "|| defined(__FreeBSD__)" to the end of the "#if" line he references. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.