diff --git a/src/cas/os/posix/casOSD.h b/src/cas/os/posix/casOSD.h index 0f7d1a506..11f73fe8e 100644 --- a/src/cas/os/posix/casOSD.h +++ b/src/cas/os/posix/casOSD.h @@ -7,6 +7,9 @@ // Some BSD calls have crept in here // // $Log$ +// Revision 1.2 1996/08/13 22:58:15 jhill +// fdMgr.h => fdmanager.h +// // Revision 1.1.1.1 1996/06/20 00:28:06 jhill // ca server installation // @@ -24,7 +27,14 @@ extern "C" { // for htons() etc // # include + +// +// g++ 2.7.2 does not fix this file under sunos4 so I +// have provided the prototype elsewhere (in osiSock.h for now) +// +#if !(defined(SUNOS4) && defined(__GNUC__)) # include +#endif } // extern "C" #include