From: Eric <ebrower@usa.net>
To: ultralinux@vger.kernel.org
Subject: Re: [Re: [RNDGETENTCNT ioctl]]
Date: Fri, 08 Feb 2002 10:44:56 +0000 [thread overview]
Message-ID: <marc-linux-ultrasparc-101319395211743@msgid-missing> (raw)
Marco Colombo <marco@esi.it> wrote:
> I'm pretty willing to grab another tree and compile it,
> but I'd like to know which one in advance instead of going
> on by trial & error. The system is Red Hat 6.2 so I need a
> 2.2.x kernel.
As DaveM mentioned, that was a patch against the 2.4.x series
but the patch is remarkably similar for the 2.2.x kernels.
This is against the linux_2_2 branch of CVS at vger.samba.org.
If this does not patch cleanly into your RedHat sources, I am
certain a little initiative will get you the rest of the way:
--- ioctl32.c Thu Jun 7 18:34:11 2001
+++ ioctl32.c.new Fri Feb 8 10:30:24 2002
@@ -44,6 +44,7 @@
#include <linux/in6.h>
#include <linux/ipv6_route.h>
#include <linux/pci.h>
+#include <linux/random.h>
#include <net/sock.h>
#include <scsi/scsi.h>
@@ -3147,6 +3148,9 @@
case DRM_IOCTL_UNLOCK:
case DRM_IOCTL_FINISH:
#endif /* DRM */
+
+ /* Big R */
+ case RNDGETENTCNT:
/* Misc. */
case 0x41545900: /* ATYIO_CLKR */
Happy patching,
E
next reply other threads:[~2002-02-08 10:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-08 10:44 Eric [this message]
2002-02-11 9:56 ` [Re: [RNDGETENTCNT ioctl]] Marco Colombo
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=marc-linux-ultrasparc-101319395211743@msgid-missing \
--to=ebrower@usa.net \
--cc=ultralinux@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