]> andersk Git - openssh.git/blame_incremental - bsd-strlcpy.h
- Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
[openssh.git] / bsd-strlcpy.h
... / ...
CommitLineData
1#ifndef _BSD_STRLCPY_H
2#define _BSD_STRLCPY_H
3
4#include "config.h"
5#ifndef HAVE_STRLCPY
6#include <sys/types.h>
7size_t strlcpy(char *dst, const char *src, size_t siz);
8#endif /* !HAVE_STRLCPY */
9
10#endif /* _BSD_STRLCPY_H */
This page took 1.813346 seconds and 5 git commands to generate.