From owner-cvs-src@FreeBSD.ORG Sat Oct 9 17:13:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA8416A4CE; Sat, 9 Oct 2004 17:13:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 803B443D1F; Sat, 9 Oct 2004 17:13:58 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i99HDwtH012020; Sat, 9 Oct 2004 17:13:58 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i99HDwBZ012019; Sat, 9 Oct 2004 17:13:58 GMT (envelope-from maxim) Message-Id: <200410091713.i99HDwBZ012019@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 9 Oct 2004 17:13:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net addr2ascii.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 17:13:59 -0000 maxim 2004-10-09 17:13:58 UTC FreeBSD src repository Modified files: lib/libc/net addr2ascii.3 Log: o Backout rev. 1.16, see 1.3 commit log for more info. Requested by: bde o Remove unneeded sys/types.h and netinet/in.h from the synopsis and the example. o We do have struct in_addr in arpa/inet.h, so no need for netinet/in.h. o Mention where AF_* constants defined are. Educated by: bde Revision Changes Path 1.17 +4 -6 src/lib/libc/net/addr2ascii.3