1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/ftp/wu-ftpd+ipv6/files/patch-aa
Gary Palmer 64b881e789 Finally get most of wu-ftpd working.
Changes:

- Use internal functions rather than libc versions in a couple of places
  This allows writing to dirs without read perms and the
  ftpconversions file to work.
- Fix up skey support to use correct parameters
- using compress in the ftpconversions file doesn't seem to work,
  so alter example ftpconversions file to use gzip -d rather than compress -dc
- Install manpages compressed

Still broken :

- using /bin/compress to compress/uncompress files on the fly
1995-01-25 22:41:57 +00:00

20 lines
389 B
Plaintext

*** src/realpath.c.orig Wed Jan 18 22:39:04 1995
--- src/realpath.c Wed Jan 18 22:38:48 1995
***************
*** 42,48 ****
#endif
char *
! realpath(char *pathname, char *result)
{
struct stat sbuf;
char curpath[MAXPATHLEN],
--- 42,48 ----
#endif
char *
! realpath(const char *pathname, char *result)
{
struct stat sbuf;
char curpath[MAXPATHLEN],