mirror of
https://github.com/upa/mscp.git
synced 2026-02-27 10:44:41 +08:00
do not passing msg_fp via mscp opts
instead, mpr_* functions print messages to stdout or stderr directly.
This commit is contained in:
10
src/openbsd-compat/openbsd-compat.h
Normal file
10
src/openbsd-compat/openbsd-compat.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _OPENBSD_COMPAT_H
|
||||
#define _OPENBSD_COMPAT_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef HAVE_STRLCAT
|
||||
size_t strlcat(char *dst, const char *src, size_t siz);
|
||||
#endif
|
||||
|
||||
#endif /* _OPENBSD_COMPAT_H_ */
|
||||
Reference in New Issue
Block a user