Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97a4f3e7 authored by Alan Cox's avatar Alan Cox Committed by David S. Miller
Browse files

[NETFILTER]: Make unused signal code go away so nobody copies its brokenness



This code is wrong on so many levels, please lose it so it isn't
replicated anywhere else.

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a18135eb
Loading
Loading
Loading
Loading
+0 −21
Original line number Original line Diff line number Diff line
@@ -37,30 +37,9 @@
#include <linux/netfilter_ipv4/listhelp.h>
#include <linux/netfilter_ipv4/listhelp.h>
#include <linux/mutex.h>
#include <linux/mutex.h>


#if 0
/* use this for remote debugging
 * Copyright (C) 1998 by Ori Pomerantz
 * Print the string to the appropriate tty, the one
 * the current task uses
 */
static void print_string(char *str)
{
	struct tty_struct *my_tty;

	/* The tty for the current task */
	my_tty = current->signal->tty;
	if (my_tty != NULL) {
		my_tty->driver->write(my_tty, 0, str, strlen(str));
		my_tty->driver->write(my_tty, 0, "\015\012", 2);
	}
}

#define BUGPRINT(args) print_string(args);
#else
#define BUGPRINT(format, args...) printk("kernel msg: ebtables bug: please "\
#define BUGPRINT(format, args...) printk("kernel msg: ebtables bug: please "\
                                         "report to author: "format, ## args)
                                         "report to author: "format, ## args)
/* #define BUGPRINT(format, args...) */
/* #define BUGPRINT(format, args...) */
#endif
#define MEMPRINT(format, args...) printk("kernel msg: ebtables "\
#define MEMPRINT(format, args...) printk("kernel msg: ebtables "\
                                         ": out of memory: "format, ## args)
                                         ": out of memory: "format, ## args)
/* #define MEMPRINT(format, args...) */
/* #define MEMPRINT(format, args...) */