lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 4 Jan 2007 00:09:28 +0100
From:	Adrian Bunk <bunk@...sta.de>
To:	netdev@...r.kernel.org, eis@...y.hanse.de
Cc:	linux-kernel@...r.kernel.org, linux-x25@...r.kernel.org
Subject: [2.6 patch] proper prototype for x25_init_timers()

This patch adds a proper prototype for x25_init_timers() in 
include/net/x25.h

Signed-off-by: Adrian Bunk <bunk@...sta.de>

---

 include/net/x25.h |    1 +
 net/x25/af_x25.c  |    2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

--- linux-2.6.20-rc2-mm1/include/net/x25.h.old	2007-01-03 22:57:52.000000000 +0100
+++ linux-2.6.20-rc2-mm1/include/net/x25.h	2007-01-03 22:58:17.000000000 +0100
@@ -259,6 +259,7 @@
 extern void x25_disconnect(struct sock *, int, unsigned char, unsigned char);
 
 /* x25_timer.c */
+extern void x25_init_timers(struct sock *sk);
 extern void x25_start_heartbeat(struct sock *);
 extern void x25_start_t2timer(struct sock *);
 extern void x25_start_t21timer(struct sock *);
--- linux-2.6.20-rc2-mm1/net/x25/af_x25.c.old	2007-01-03 22:58:28.000000000 +0100
+++ linux-2.6.20-rc2-mm1/net/x25/af_x25.c	2007-01-03 22:58:35.000000000 +0100
@@ -484,8 +484,6 @@
 	return sk;
 }
 
-void x25_init_timers(struct sock *sk);
-
 static int x25_create(struct socket *sock, int protocol)
 {
 	struct sock *sk;

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists