blob: 3d3129218f0e96f6d88322a4d3efe44c284e73c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libs/pgpcdk/priv/networklib/pgpsockets/common/pgpSockets.c.orig Fri Jan 23 19:46:45 2004
+++ libs/pgpcdk/priv/networklib/pgpsockets/common/pgpSockets.c Fri Jan 23 19:47:10 2004
@@ -41,8 +41,6 @@
typedef int SOCKET;
#if PGP_UNIX_LINUX || PGP_UNIX_HPUX || PGP_UNIX_AIX
int gethostname (char * name, size_t namelen);
-#else
-int gethostname (char * name, int namelen);
#endif /* PGP_UNIX_LINUX */
#endif
|