summaryrefslogtreecommitdiff
path: root/lib/compat.c
Commit message (Expand)AuthorAgeFilesLines
* fixed bug in replacement inet_aton()Andrew Tridgell2000-04-191-2/+2
* test was the wrong way aroundAndrew Tridgell2000-04-191-1/+1
* autoconf test for broken solaris inet_aton()Andrew Tridgell2000-04-191-16/+17
* make the replacement inet_aton() function independent ofAndrew Tridgell2000-01-241-1/+12
* handle systems that don't take a 2nd argument to gettimeofday()Andrew Tridgell2000-01-231-0/+10
* added a replacement inet_aton() for systems that don't have it.Andrew Tridgell1999-11-011-0/+16
* Change the implementation of memmove in lib/compat.c to call bcopy insteadDavid Dykstra1999-02-121-1/+1
* Add alternate implementation of waitpid() for systems that have wait4 butDavid Dykstra1999-02-031-0/+18
* use native strlcat() and strlcpy() if availableAndrew Tridgell1998-11-151-5/+40
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-2/+2
* check for a broken inet_ntoa() on IRIXAndrew Tridgell1998-10-301-0/+16
* for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1998-06-181-1/+1
* added support for --include, --include-from and the +/- syntaxAndrew Tridgell1998-05-271-0/+18
* added replacement memmoveAndrew Tridgell1998-05-131-0/+8
* compatibility functions now split into their own fileAndrew Tridgell1998-02-241-0/+52