From owner-freebsd-chat Tue May 4 1:41:59 1999 Delivered-To: freebsd-chat@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 39A501544A for ; Tue, 4 May 1999 01:41:56 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.1/8.9.1) id KAA21824; Tue, 4 May 1999 10:41:04 +0200 (CEST) (envelope-from sos) From: Soren Schmidt Message-Id: <199905040841.KAA21824@freebsd.dk> Subject: Re: Hysterical names (was: names of globale variables) In-Reply-To: <19990504154225.S10134@freebie.lemis.com> from Greg Lehey at "May 4, 1999 3:42:26 pm" To: grog@lemis.com (Greg Lehey) Date: Tue, 4 May 1999 10:41:03 +0200 (CEST) Cc: mike@smith.net.au, hibma@skylink.it, chat@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Greg Lehey wrote: > > It goes back further than BSD. Here's the definition from a pre-BSD > /usr/src/buf.h, probably some of the oldest C code in existence: > > -rw-r--r-- 1 root wheel 592 Jan 22 1973 buf.h > > struct buf { > int b_flags; > struct buf *b_forw; > struct buf *b_back; > struct buf *av_forw; > struct buf *av_back; > int b_dev; > int b_wcount; > char *b_addr; > char *b_blkno; > } buf[NBUF]; I LOVE the simplicity of that though, our one is bloated beyond recognition... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message