diff options
author | Patrick McHardy <kaber@trash.net> | 2007-12-05 10:31:17 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 23:56:23 +0100 |
commit | 4ad9d4fa94800573edaca18ba2f34f27137c9bc0 (patch) | |
tree | 238ba1bf86ef7da3bb48fe8c1779a8255a3c9f72 | |
parent | [NETFILTER]: nfnetlink_queue: remove useless enqueue status codes (diff) | |
download | linux-4ad9d4fa94800573edaca18ba2f34f27137c9bc0.tar.xz linux-4ad9d4fa94800573edaca18ba2f34f27137c9bc0.zip |
[NETFILTER]: nfnetlink_queue: update copyright
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/netfilter/nfnetlink_queue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/nfnetlink_queue.c b/net/netfilter/nfnetlink_queue.c index 6148a41aa978..d94de48f6cdb 100644 --- a/net/netfilter/nfnetlink_queue.c +++ b/net/netfilter/nfnetlink_queue.c @@ -3,6 +3,7 @@ * userspace via nfetlink. * * (C) 2005 by Harald Welte <laforge@netfilter.org> + * (C) 2007 by Patrick McHardy <kaber@trash.net> * * Based on the old ipv4-only ip_queue.c: * (C) 2000-2002 James Morris <jmorris@intercode.com.au> |