aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-20 12:07:38 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-20 12:07:38 +0200
commit5b4f9cc15baf243ac2a0b4371cc6876cafa70c55 (patch)
tree87a4874e843bc7186efe26b22e91e95b7dac1adc
parenttree-wide: drop copyright headers from frequent contributors (diff)
downloadsystemd-5b4f9cc15baf243ac2a0b4371cc6876cafa70c55.tar.gz
systemd-5b4f9cc15baf243ac2a0b4371cc6876cafa70c55.tar.bz2
systemd-5b4f9cc15baf243ac2a0b4371cc6876cafa70c55.zip
basic/bpf-program: drop obsolete comment
As far as I can see, nothing in that particular file is from the kernel. Let's just drop the comment.
-rw-r--r--src/basic/bpf-program.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/basic/bpf-program.h b/src/basic/bpf-program.h
index 0ae325927..c21eb2f72 100644
--- a/src/basic/bpf-program.h
+++ b/src/basic/bpf-program.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- [Except for the stuff copy/pasted from the kernel sources, see below]
-***/
-
#include <linux/bpf.h>
#include <stdint.h>
#include <sys/syscall.h>