diff --git a/src/cas/io/bsdSocket/casIOD.h b/src/cas/io/bsdSocket/casIOD.h index d84693941..f9e062bad 100644 --- a/src/cas/io/bsdSocket/casIOD.h +++ b/src/cas/io/bsdSocket/casIOD.h @@ -7,6 +7,9 @@ // Some BSD calls have crept in here // // $Log$ +// Revision 1.1.1.1 1996/06/20 00:28:18 jhill +// ca server installation +// // #ifndef includeCASIODH @@ -21,7 +24,7 @@ extern "C" { #include #include #include -#if 0 // func proto do not have args for C++ +#ifndef SUNOS4 // func proto do not have args for C++ (under sunos4) #include #include #endif @@ -42,13 +45,15 @@ typedef int SOCKET; void hostNameFromIPAddr (const caAddr *pAddr, char *pBuf, unsigned bufSize); +#if 0 // -// assuming al posix machines are IEEE fload will be wrong +// assuming al posix machines are IEEE float will be wrong // #define ntohf(A) (A) #define ntohd(A) (A) #define htonf(A) (A) #define htond(A) (A) +#endif class caServerIO { public: diff --git a/src/cas/io/bsdSocket/casStreamIO.cc b/src/cas/io/bsdSocket/casStreamIO.cc index 2d4e0060c..7e7e65fba 100644 --- a/src/cas/io/bsdSocket/casStreamIO.cc +++ b/src/cas/io/bsdSocket/casStreamIO.cc @@ -5,6 +5,9 @@ // // // $Log$ +// Revision 1.3 1996/07/09 22:55:22 jhill +// added cast +// // Revision 1.2 1996/06/21 02:18:11 jhill // SOLARIS port // @@ -20,7 +23,9 @@ #include #include #include +#ifndef SUNOS4 // the SUNOS4 prototypes are trad C - see bsdProto.h #include +#endif //