From: "Gabor Z. Papp" <gzp@papp.hu>
To: linux-hotplug@vger.kernel.org
Subject: Re: [ANNOUNCE] udev 133 release
Date: Thu, 20 Nov 2008 22:08:46 +0000 [thread overview]
Message-ID: <x6prkqrqxd@gzp> (raw)
In-Reply-To: <1226976996.4861.14.camel@nga>
* "Gabor Z. Papp" <gzp@papp.hu>:
| ./udev-sysdeps.h: In function 'inotify_init':
| ./udev-sysdeps.h:36: error: 'errno' undeclared (first use in this function)
| ./udev-sysdeps.h:36: error: (Each undeclared identifier is reported only once
| ./udev-sysdeps.h:36: error: for each function it appears in.)
| ./udev-sysdeps.h:36: error: 'ENOSYS' undeclared (first use in this function)
Is this a good fix in udev-sysdeps.h?
#ifndef HAVE_INOTIFY
static inline int inotify_init(void)
{
#include <errno.h>
errno = ENOSYS;
return -1;
}
next prev parent reply other threads:[~2008-11-20 22:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-18 2:56 [ANNOUNCE] udev 133 release Kay Sievers
2008-11-20 21:23 ` Gabor Z. Papp
2008-11-20 22:08 ` Gabor Z. Papp [this message]
2008-11-21 3:20 ` Kay Sievers
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=x6prkqrqxd@gzp \
--to=gzp@papp.hu \
--cc=linux-hotplug@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).