#ifndef PRIVS_H #define PRIVS_H #include extern void drop_privileges(bool enforce, uid_t uid, gid_t gid); #endif /* PRIVS_H */ ' src='/cgit.js'>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Van Assche <bart.vanassche@sandisk.com>2016-12-05 17:18:08 -0800
committerDoug Ledford <dledford@redhat.com>2016-12-14 13:42:32 -0500
commit626bc02d4d33510b6ecb6f37c577f844cc6cfc57 (patch)
tree31cbf081751a9ff371a2b54936ba34060aec85d2
parentb42dde478bcaa8113b0d1cd82ad0048372c5599d (diff)
mlx5: Use { } instead of { 0 } to init struct
Detected by sparse. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Cc: Eli Cohen <eli@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>