diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-15 17:18:06 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-15 17:18:06 +0200 |
commit | e48c760ee1d369be0cf15eeb3962d48bab9f97ea (patch) | |
tree | 37d51d7aeebfec1e76d61c7c5bc5c2b7c28679d7 /corking.c | |
parent | 58cc52ab9af7752c486f3b8a6a9ad1a9c78f16cd (diff) |
misc: remove two header comments
It's ridiculous to have a header comment here.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'corking.c')
-rw-r--r-- | corking.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,9 +1,3 @@ -/* - * netsniff-ng - the packet sniffing beast - * Copyright 2009, 2010 Daniel Borkmann. - * Subject to the GPL, version 2. - */ - #include <sys/types.h> #include <sys/socket.h> #include <linux/udp.h> |