public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: fsshl <elins@bresnan.net>
To: gcc-help@gcc.gnu.org
Subject: where is c code of moderror used in insmod.c?
Date: Wed, 05 Oct 2005 01:18:00 -0000	[thread overview]
Message-ID: <1128475112.8556.5.camel@localhost.localdomain> (raw)

dear gcc advancer:

  I am trying to find where is the c source code of moderror (a function
used in insmod.c).  In insmod.c, there are manu include files

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include <asm/unistd.h>
                         these .h files is stored in my /usr/include
#include "backwards_compat.c"

  I checked all there directory by
root@etutor:/usr/include# find . | xargs grep -n 'moderror' /dev/null

but did not get any message as well as same directory's last one
backwards_compat.c

  please help
eric
(ubuntu linux 5.10-2.6.12-9.386)

             reply	other threads:[~2005-10-05  1:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-05  1:18 fsshl [this message]
2005-10-05  1:55 ` Tom Williams

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=1128475112.8556.5.camel@localhost.localdomain \
    --to=elins@bresnan.net \
    --cc=gcc-help@gcc.gnu.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).