wb2osz 3c73a6b2b2 Revert "Fix build on Alpine Linux. issues 150, 319, 344."
This reverts commit 877d1c7707ac11df9d32b821e3c6dfd66e561e09.
2023-09-22 22:43:12 -04:00
..
2019-11-09 08:26:33 +01:00
2019-11-09 08:26:33 +01:00
2019-11-09 08:26:33 +01:00
2019-11-09 08:26:33 +01:00
2019-11-09 08:26:33 +01:00
2019-11-09 08:26:33 +01:00

Files in this directory fill in the gaps missing for some operating systems.


--------------------------------------

These are part of the standard C library for Linux, BSD Unix, and similar operating systems.
They are not present for MS Windows so we need to supply our own copy.

From http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/net/tnftp/files/libnetbsd/strsep.c
and other BSD locations.

	strsep.c
	strcasestr.c
	strtok_r.c

--------------------------------------


These are needed for the Linux and Windows versions.
They should be part of the standard C library for OpenBSD, FreeBSD, Mac OS X.

http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/net/tnftp/files/libnetbsd/strlcpy.c
http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/net/tnftp/files/libnetbsd/strlcat.c

	strlcpy.c
	strlcat.c