From owner-freebsd-hackers Wed Sep 4 10:55:25 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA23556 for hackers-outgoing; Wed, 4 Sep 1996 10:55:25 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA23542 for ; Wed, 4 Sep 1996 10:55:20 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA06811; Wed, 4 Sep 1996 10:53:00 -0700 From: Terry Lambert Message-Id: <199609041753.KAA06811@phaeton.artisoft.com> Subject: Re: void main To: adrian@virginia.edu Date: Wed, 4 Sep 1996 10:53:00 -0700 (MST) Cc: zach@blizzard.gaffaneys.com, dubois@primate.wisc.edu, kpneal@pobox.com, hackers@freebsd.org In-Reply-To: from "Adrian T. Filipi-Martin" at Sep 4, 96 12:06:22 pm 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 > What's wrong with this version? ;-) > > int main (int argc, char *argv[], char *env[]); It assumes the process environment is implemented in the data space of the process in question, and therefore dictates implementation. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.