lkml.org 
[lkml]   [1998]   [Jun]   [6]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
DateSat, 06 Jun 1998 08:11:45 -0400 (EDT)
FromScott Lampert <>
Subject[PATCH] 2.1.104 random.h patch
        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