Path: utzoo!utstat!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!psuvax1!news From: flee@guardian.cs.psu.edu (Felix Lee) Newsgroups: news.software.nntp Subject: Re: NNTP with CNEWS with DBZ Message-ID: Date: 30 Jul 90 16:32:39 GMT References: <6313@helios.ee.lbl.gov> Sender: news@cs.psu.edu (Usenet) Organization: Penn State Computer Science Lines: 8 Nntp-Posting-Host: guardian.cs.psu.edu Note, if you use dbz and #include , you are probably inadvertently defining several unused variables, like pagbuf[] and dirbuf[], since doesn't declare them as "extern". This is about 5k of unused space in the bss segment. The impact on performance is probably insignificant. -- Felix Lee flee@cs.psu.edu