diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-20 12:07:38 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-20 12:07:38 +0200 |
commit | 5b4f9cc15baf243ac2a0b4371cc6876cafa70c55 (patch) | |
tree | 87a4874e843bc7186efe26b22e91e95b7dac1adc | |
parent | tree-wide: drop copyright headers from frequent contributors (diff) | |
download | systemd-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.h | 4 |
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> |