lkml.org 
[lkml]   [1998]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    SubjectSmall fix in random.h to get 2.1.104 compile
    Date
    From
    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

    \
     
     \ /
      Last update: 2005-03-22 13:42    [W:5.120 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site