From owner-cvs-lib Thu Dec 5 10:54:08 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA24061 for cvs-lib-outgoing; Thu, 5 Dec 1996 10:54:08 -0800 (PST) Received: from precipice.shockwave.com (ppp-206-170-5-91.rdcy01.pacbell.net [206.170.5.91]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id KAA24050; Thu, 5 Dec 1996 10:54:02 -0800 (PST) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.8.3/8.7.3) with ESMTP id KAA03962; Thu, 5 Dec 1996 10:53:52 -0800 (PST) Message-Id: <199612051853.KAA03962@precipice.shockwave.com> To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/net getservent.c In-reply-to: Your message of "Thu, 05 Dec 1996 10:41:36 PST." <199612051841.KAA23075@freefall.freebsd.org> Date: Thu, 05 Dec 1996 10:53:51 -0800 From: Paul Traina Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From: "Jordan K. Hubbard" Subject: cvs commit: src/lib/libc/net getservent.c jkh 96/12/05 10:41:36 Modified: lib/libc/net getservent.c Log: Eliminate 3 more examples of gratutiously passing arrays by address. Since I'm being so contrarian today, -Wall and -pedantic will find 95% of the same stuff that ParaSoft is finding, and we have it today. Everyone please call ParaSoft today and say "I will buy 57 copies of Insure++ tomorrow, but first I want a FreeBSD version." :-) Revision Changes Path 1.6 +3 -3 src/lib/libc/net/getservent.c