From owner-freebsd-stable Fri Jun 8 0:47:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.121.12]) by hub.freebsd.org (Postfix) with ESMTP id 506B937B403; Fri, 8 Jun 2001 00:47:32 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from mindspring.com (dialup-209.245.138.245.Dial1.SanJose1.Level3.net [209.245.138.245]) by harrier.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id AAA24260; Fri, 8 Jun 2001 00:47:24 -0700 (PDT) Message-ID: <3B208329.2E2BFF2B@mindspring.com> Date: Fri, 08 Jun 2001 00:47:53 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Poul-Henning Kamp Cc: Doug Denault , Greg Lehey , developers@FreeBSD.ORG, FreeBSD Stable Users , FreeBSD current users Subject: Re: The FreeBSD core team needs your help References: <50104.991592939@critter> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Poul-Henning Kamp wrote: > > I think you guys should write a short-and-to-the-point application > and send it to the core team. Feel free to copy mine, and send it to the core team... /* A short and sweet application */ int main() { write( 1, "Hello World!\n", 13); return( 0); } -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message