![]() | |||||||||||||
Messages in this thread Patches in this message |
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."
--- 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; | ||||||||||||
| Last update: 2005-03-22 12:42 [from the cache] ©2003-2008 | |||||||||||||