| Kernel v2.4.1 /net/x25/x25_out.c |
|---|
 2.4.1
 net
 x25
 x25_out.c
diff -u --recursive --new-file v2.4.0/linux/net/x25/x25_out.c linux/net/x25/x25_out.c
--- v2.4.0/linux/net/x25/x25_out.c Sun Nov 12 20:37:17 2000
+++ linux/net/x25/x25_out.c Wed Jan 24 15:28:36 2001
@@ -21,8 +21,6 @@
* needed cleaned seq-number fields.
*/
-#include <linux/config.h>
-#if defined(CONFIG_X25) || defined(CONFIG_X25_MODULE)
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/socket.h>
@@ -229,5 +227,3 @@
x25_stop_timer(sk);
}
-
-#endif
|