Small fix in random.h to get 2.1.104 compile

Jarno Paananen (jpaana@s2.org)
Sat, 06 Jun 1998 02:59:22 +0300


Hi,

it seems that the include file hadn't been fully updated as prototype for
secure_tcp_syn_cookie was different than in the actual code. Small fix
appended below.

Jarno Paananen

--- linux/include/linux/random.h.old Sat Jun 6 02:31:43 1998
+++ linux/include/linux/random.h Sat Jun 6 02:31:58 1998
@@ -56,7 +56,7 @@
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;

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