linux-hams.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Richard Pyne" <rpyne@kinfolk.org>
To: linux-hams@vger.kernel.org
Subject: Storage size of fdset unknown
Date: Tue, 12 Apr 2005 14:21:41 -0600	[thread overview]
Message-ID: <425BD975.29343.64841DE@localhost> (raw)

I am trying to compile axconv.c on a linux-2.6.11 box and 
keep getting an error of Storage size of 'fdset' is unknown.

The offending line in axconv.c is:
  struct fd_set fdset;

fd_set is defined in /usr/include/sys/select.h

From the gcc preprocessor output, it looks like:

typedef struct
  {
    __fd_mask __fds_bits[1024 / (8 * sizeof (__fd_mask))];
  } fd_set;

Any insights at fixing this will be greatly appreciated. i am 
under the gun to get this whole thing up and running quickly for 
an emergency exercise on thursday.

Thanks.

--Richard


             reply	other threads:[~2005-04-12 20:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-12 20:21 Richard Pyne [this message]
2005-04-13  3:35 ` Storage size of fdset unknown Richard Pyne

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=425BD975.29343.64841DE@localhost \
    --to=rpyne@kinfolk.org \
    --cc=linux-hams@vger.kernel.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 NNTP newsgroup(s).