Re: 2.1.104 small patch to include/linux/random.h

tytso@mit.edu
Mon, 8 Jun 1998 10:15:16 -0400


Date: Fri, 5 Jun 1998 14:15:18 -1000
From: Myles Uyema <myles@puck.nether.net>

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.

My fault. I forgot to include a patch for random.h when I shipped my
changes to Linus. The patch you gave was obvious, and correct.

- Ted

--- 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;

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