Replace ssize_t with long, as Win32 lacks proper support for that type.

This commit is contained in:
Sascha Schumann 2001-05-12 08:39:33 +00:00
parent 679f794eb4
commit 8a3eb51a26

View file

@ -246,7 +246,7 @@ PS_CLOSE_FUNC(files)
PS_READ_FUNC(files)
{
ssize_t n;
long n;
struct stat sbuf;
PS_FILES_DATA;
@ -276,7 +276,7 @@ PS_READ_FUNC(files)
PS_WRITE_FUNC(files)
{
ssize_t n;
long n;
PS_FILES_DATA;
ps_files_open(data, key);