freebsd-src/lib/libcasper
Mariusz Zaborski 8c121177f0 casper: convert macros to inline functions
In libcasper, the first argument to the function is a structure that
represents a connection to Casper. On systems without Casper, macros
are used to interpose the Casper functions to standard libc ones.
This may cause errors/warnings that the variable is not used.
With the inline function, there is no such problem.
2021-01-04 20:55:35 +01:00
..
libcasper capser: add cap_net to the list of services 2021-01-03 16:55:35 +01:00
services casper: convert macros to inline functions 2021-01-04 20:55:35 +01:00
tests
Makefile
Makefile.inc