Compare commits

...

1 Commits

Author SHA1 Message Date
Andrew Tridgell
465234f87e fixed build error on ia64 NonStop
it treats missing prototype as an error, not warning
2025-01-16 08:17:30 +11:00

View File

@@ -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");