Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site topaz.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!bellcore!decvax!genrad!panda!talcott!harvard!seismo!columbia!topaz!biggers From: biggers@topaz.ARPA (Mark Biggers) Newsgroups: net.unix Subject: Re: lint - "struct/union" warning question Message-ID: <1188@topaz.ARPA> Date: Thu, 11-Apr-85 16:49:13 EST Article-I.D.: topaz.1188 Posted: Thu Apr 11 16:49:13 1985 Date-Received: Sun, 14-Apr-85 03:04:12 EST References: <1169@topaz.ARPA> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 36 > I rely on and essentially "program for" lint, in the course > of my C programming. So, I am quite familiar with *most* > of its helpful (and not so helpful) messages, EXCEPT: > > warning: struct/union ptbl never defined > (and) > warning: struct/union proc never defined > Here is the most accurate response to my query: From: packard!ihnp4!aicchi!ignatz Date: 11 Apr 85 10:35:32 CST (Thu) Subject: Re: lint - "struct/union" warning question Mark, Hmmm...I remember that, on the Vax (Bell-derived, anyway), there's a system structure known as 'ptbl', for the page table; and 'proc' is the declaration of the process table. Are you, by any chance, including some system headers that may reference these structures? Dave Ihnat Analysts International Corporation (312) 882-4673 ihnp4!aicchi!ignatz *************************************************************** Yep, I sure am. Most of my source files of my current project include "sys/types.h", and annoyingly enough, this file references the "proc" structure. I pride myself on fuzz-free C code. Thanks for all the replies (was kinda obvious, I think now...) mark