summaryrefslogtreecommitdiff
path: root/lib/ZOpenPort.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZOpenPort.c')
-rw-r--r--lib/ZOpenPort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ZOpenPort.c b/lib/ZOpenPort.c
index 44bf871..3116e9b 100644
--- a/lib/ZOpenPort.c
+++ b/lib/ZOpenPort.c
@@ -11,7 +11,7 @@
*/
#ifndef lint
-static char rcsid_ZOpenPort_c[] = "$Id$";
+static const char rcsid_ZOpenPort_c[] = "$Id$";
#endif
#include <internal.h>
@@ -21,7 +21,7 @@ Code_t
ZOpenPort(u_short *port)
{
struct sockaddr_in bindin;
- int len;
+ unsigned int len;
(void) ZClosePort();