public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bruce Harada <bruce@ask.ne.jp>
To: Admin Mailing Lists <mlist@intergrafix.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: rlim_t and DNS?
Date: Fri, 2 Feb 2001 02:39:23 +0900	[thread overview]
Message-ID: <20010202023923.4fce856c.bruce@ask.ne.jp> (raw)
In-Reply-To: <Pine.LNX.4.10.10102010939230.18810-100000@athena.intergrafix.net>
In-Reply-To: <3A7130EE.E314F4A5@megapathdsl.net> <Pine.LNX.4.10.10102010939230.18810-100000@athena.intergrafix.net>

On Thu, 1 Feb 2001 09:53:35 -0500 (EST)
Admin Mailing Lists <mlist@intergrafix.net> wrote:
> 
> Trying to compile bind 9.1.0 here.
> Kernel is 2.2.18, gcc 2.7.2.1.
> It failed trying to find the type for rlim_t.
> The C file says BSD/OS is the only OS they found not to have rlim_t.
> Am I missing something?
> Where can i find this in linux? I looked in all the include
> files, including resource.h

Are you sure you looked in ALL the include files? I seem to have it as:

/usr/include/bits/resource.h:typedef __rlim_t rlim_t;

where __rlim_t is

/usr/include/bits/types.h:typedef long int __rlim_t;

so you could try including those two in the appropriate places.

> For now i jsut typedefed it as a long.
> 
> Also, it's looking for a setting for SYS_capset to pass to syscall()
> and can't that either. Again, I looked in the include files without
> success.

I have this:

/usr/include/bits/syscall.h:#define SYS_capset __NR_capset

Hope that helps (although l-k probably isn't the best place for this...)

--
Bruce Harada
bruce@ask.ne.jp

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2001-02-01 17:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-26  8:10 2.4.0-pre10 -- Unresolved symbols in smctr.o and comx.o Miles Lane
2001-01-26 15:06 ` Jeff Garzik
2001-02-01 14:53 ` rlim_t and DNS? Admin Mailing Lists
2001-02-01 17:39   ` Bruce Harada [this message]
2001-02-01 17:50     ` Admin Mailing Lists
2001-02-01 21:40       ` Peter Samuelson
2001-02-02 10:34         ` Andreas Schwab
2001-02-05 18:41         ` Admin Mailing Lists
2001-02-06  1:02           ` Vesselin Atanasov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010202023923.4fce856c.bruce@ask.ne.jp \
    --to=bruce@ask.ne.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mlist@intergrafix.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox