Index: ossp-pkg/pth/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/pth/ChangeLog,v rcsdiff -q -kk '-r1.600' '-r1.601' -u '/v/ossp/cvs/ossp-pkg/pth/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/11/09 16:29:26 1.600 +++ ChangeLog 2002/11/29 17:58:18 1.601 @@ -21,6 +21,9 @@ Changes between 2.0b1 and 2.0b2 (08-Nov-2002 to xx-Nov-2002) + *) Fixed compiler warnings under Linux: require inclusion of + [Joseph Wayne Norton ] + *) Fixed error handling in pth_init(3): it now correctly returns an error instead of abort(3)'ing. [Ralf S. Engelschall] Index: ossp-pkg/pth/THANKS RCS File: /v/ossp/cvs/ossp-pkg/pth/THANKS,v rcsdiff -q -kk '-r1.90' '-r1.91' -u '/v/ossp/cvs/ossp-pkg/pth/THANKS,v' 2>/dev/null --- THANKS 2002/11/03 10:04:35 1.90 +++ THANKS 2002/11/29 17:58:18 1.91 @@ -74,6 +74,7 @@ o Matthew Mondor o Eric Newton o Sami Niemi + o Joseph Wayne Norton o Alexandre Oliva o Giwon On o Takeshi OTOFUJI Index: ossp-pkg/pth/pth_p.h.in RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_p.h.in,v rcsdiff -q -kk '-r1.34' '-r1.35' -u '/v/ossp/cvs/ossp-pkg/pth/pth_p.h.in,v' 2>/dev/null --- pth_p.h.in 2002/10/24 09:07:51 1.34 +++ pth_p.h.in 2002/11/29 17:58:18 1.35 @@ -42,6 +42,7 @@ #include #include #include +#include /* library version */ #define _PTH_VERS_C_AS_HEADER_