2.1.104 small patch to include/linux/random.h

Myles Uyema (myles@puck.nether.net)
Fri, 5 Jun 1998 14:15:18 -1000


--AhhlLboLdkugWU4S
Content-Type: text/plain; charset=us-ascii

Apparently the /dev/random driver had some additions which didn't
get passed onto random.h. Here's a small patch which fixes a
conflict of declaring secure_tcp_syn_cookie.

--
Myles Uyema

--AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="2.1.104.random.diff"

--- 2.1.104.orig/linux/include/linux/random.h~ Thu Jun 26 09:33:40 1997 +++ 2.1.104/linux/include/linux/random.h Fri Jun 5 14:10:21 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;

--AhhlLboLdkugWU4S--

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