Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msunews!agate!news.Stanford.EDU!kithrup.com!cygnus.com!news.cygnus.com!jtc From: jtc@cygnus.com (J.T. Conklin) Newsgroups: comp.unix.bsd Subject: Re: RLIM_TYPE -- what and where? Date: 25 Feb 95 18:00:42 Organization: /cygint/s1/users/jtc/.organization Lines: 15 Message-ID: <JTC.95Feb25180042@rtl.cygnus.com> References: <3iobic$m08@spruce.cic.net> NNTP-Posting-Host: rtl.cygnus.com In-reply-to: pauls@locust.cic.net's message of 25 Feb 1995 22:39:08 GMT In article <3iobic$m08@spruce.cic.net> pauls@locust.cic.net (Paul Southworth) writes: > I'm working with some NetBSD sources that refer to RLIM_TYPE. I can't > find a definition or description of that in any of the include files for > NetBSD or FreeBSD (I don't have either installed currently -- just grepping > through the include and sys areas of the source tree). > > Please point out where the definition of RLIM_TYPE is for me. What sources? csh's func.c defines and uses the RLIM_TYPE typedef; But that is the only instance of RLIM_TYPE in the entire NetBSD-current source tree. --jtc