3@@ -640,11 +640,6 @@ 4 in platform-specific #ifdefs. 5 **************************************************************************/ 6 7-#ifdef SOLARIS 8-/* Unchecked */ 9-extern int gethostname(char *, int); 10-#endif 11- 12 #ifdef __BEOS__ 13 /* Unchecked */ 14 /* It's in the libs, but not the headers... - [cjh] */
| 3@@ -640,11 +640,6 @@ 4 in platform-specific #ifdefs. 5 **************************************************************************/ 6 7-#ifdef SOLARIS 8-/* Unchecked */ 9-extern int gethostname(char *, int); 10-#endif 11- 12 #ifdef __BEOS__ 13 /* Unchecked */ 14 /* It's in the libs, but not the headers... - [cjh] */
|