History log of /netbsd-current/lib/libwrap/expandm.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118
# 1.3 12-Jan-2019 kre

branches: 1.3.2;

Make expandm() return a const char * so we can do away with __UNCONST()
and more importantly, so that we don't accidentally return a value
that is a const char * in reality (pointer to read only string) as a
char *.


# 1.2 12-Jan-2019 christos

Provide an extra argument to store the returned pointer so we can use
the function directly as the return format (before assigning it to a
variable) to appease clang.


# 1.1 11-Jan-2019 christos

Use a utility function to expand %m correctly...