diff options
Diffstat (limited to 'samples/bpf/sockex1_user.c')
| -rw-r--r-- | samples/bpf/sockex1_user.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bpf/sockex1_user.c b/samples/bpf/sockex1_user.c index 6cd2feb3e9b3..2be935c2627d 100644 --- a/samples/bpf/sockex1_user.c +++ b/samples/bpf/sockex1_user.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0  #include <stdio.h>  #include <assert.h>  #include <linux/bpf.h>  |