diff -ubBpNr orig/cygwin.din new/cygwin.din --- orig/cygwin.din Wed Apr 10 10:14:18 2002 +++ new/cygwin.din Fri May 10 16:32:29 2002 @@ -967,6 +967,10 @@ pclose _pclose = pclose strftime _strftime = strftime +strlcat +_strlcat = strlcat +strlcpy +_strlcpy = strlcpy strptime _strptime = strptime setgrent diff -ubBpNr orig/include/cygwin/version.h new/include/cygwin/version.h --- orig/include/cygwin/version.h Wed Apr 10 10:14:19 2002 +++ new/include/cygwin/version.h Fri May 10 16:35:15 2002 @@ -150,12 +150,13 @@ details. */ 50: Export fnmatch. 51: Export recvmsg, sendmsg. 52: Export strptime + 53: Export strlcat, strlcpy. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 52 +#define CYGWIN_VERSION_API_MINOR 53 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible