]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic/bpf-program: drop obsolete comment
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 20 Jun 2018 10:07:38 +0000 (12:07 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 20 Jun 2018 10:07:38 +0000 (12:07 +0200)
As far as I can see, nothing in that particular file is from the
kernel. Let's just drop the comment.

src/basic/bpf-program.h

index 0ae3259278f9402c186bc07adabd8266e90281e2..c21eb2f72a385c451c80725428a18e222a8255b5 100644 (file)
@@ -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>