Vladimir Marek wrote: > Hi, > >> I'm looking for reviewers for following changes: >> >> http://cr.opensolaris.org/~xsumbe00/6767232-lftp/ > > Is lftp_ssl.patch necessary? Man page says: > > int munmap(void *addr, size_t len);
Well, the man page is probably not complete then. Header file sys/mman.h declares also (for POSIX_C_SOURCE > 2 or _XPG4_2): int munmap(caddr_t, size_t); > Since you removed patch002 I guess it is, so I just wonder :) This is different case. See iconv(3C). It seems the source is now compiled as SUSv3. Thanks, Petr
