mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-06-08 22:26:01 -04:00
Compare commits
1 Commits
v3.4
...
pr-fix-ia6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
465234f87e |
@@ -9,6 +9,10 @@
|
||||
#include "system.h"
|
||||
#include "findme.h"
|
||||
|
||||
#ifndef HAVE_STRLCPY
|
||||
size_t strlcpy(char *d, const char *s, size_t bufsize);
|
||||
#endif
|
||||
|
||||
const char * findProgramPath(const char * argv0)
|
||||
{
|
||||
char * path = getenv("PATH");
|
||||
|
||||
Reference in New Issue
Block a user