[PATCH] 2.1.104 random.h patch

Scott Lampert (fortunato@heavymetal.org)
Sat, 06 Jun 1998 08:11:45 -0400 (EDT)


This message is in MIME format
--_=XFMail.1.3.p0.Linux:980606081145:622=_
Content-Type: text/plain; charset=us-ascii

I needed this patch to make 2.1.104 compile:

--- linux/include/linux/random.h.orig Thu Jun 26 15:33:40 1997
+++ linux/include/linux/random.h Sat Jun 6 08:08:54 1998
@@ -56,7 +56,8 @@
extern __u32 secure_tcp_sequence_number(__u32 saddr, __u32 daddr,
__u16 sport, __u16 dport);
extern __u32 secure_tcp_syn_cookie(__u32 saddr, __u32 daddr,
- __u16 sport, __u16 dport, __u32 sseq,
__u32 count);
+ __u16 sport, __u16 dport, __u32 sseq,
+ __u32 count, __u32 data);

#ifndef MODULE
extern struct file_operations random_fops, urandom_fops;

---
Scott Lampert              | Home Page: http://www.heavymetal.org
<fortunato@heavymetal.org> | PGP Key: finger fortunato@heavymetal.org
"Black holes are where God +-----------------------------------------
   divided by zero."

--_=XFMail.1.3.p0.Linux:980606081145:622=_ Content-Disposition: attachment; filename="2.1.104-random.patch" Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii; name=2.1.104-random.patch; SizeOnDisk=517

--- linux/include/linux/random.h.orig Thu Jun 26 15:33:40 1997 +++ linux/include/linux/random.h Sat Jun 6 08:08:54 1998 @@ -56,7 +56,8 @@ extern __u32 secure_tcp_sequence_number(__u32 saddr, __u32 daddr, __u16 sport, __u16 dport); extern __u32 secure_tcp_syn_cookie(__u32 saddr, __u32 daddr, - __u16 sport, __u16 dport, __u32 sseq, __u32 count); + __u16 sport, __u16 dport, __u32 sseq, + __u32 count, __u32 data); #ifndef MODULE extern struct file_operations random_fops, urandom_fops;

--_=XFMail.1.3.p0.Linux:980606081145:622=_-- End of MIME message

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu