utils: xtgettcap: new utility, to send XTGETTCAP queries

This commit is contained in:
Daniel Eklöf 2022-10-07 14:40:22 +02:00
parent f359a8d6bc
commit 9937d92c85
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 177 additions and 0 deletions

1
utils/meson.build Normal file
View file

@ -0,0 +1 @@
executable('xtgettcap', 'xtgettcap.c')