src/protocols/zephyr/ZOpenPort.c

changeset 7475
987384816492
parent 2086
007508451e2c
child 8792
b0645c9dc276
--- a/src/protocols/zephyr/ZOpenPort.c	Tue Nov 11 05:57:24 2003 +0000
+++ b/src/protocols/zephyr/ZOpenPort.c	Tue Nov 11 07:08:13 2003 +0000
@@ -4,7 +4,7 @@
  *	Created by:	Robert French
  *
  *	$Source$
- *	$Author: warmenhoven $
+ *	$Author: thekingant $
  *
  *	Copyright (c) 1987 by the Massachusetts Institute of Technology.
  *	For copying and distribution information, see the file
@@ -20,7 +20,7 @@
 #include <sys/socket.h>
 
 Code_t ZOpenPort(port)
-    u_short *port;
+    unsigned short *port;
 {
     struct sockaddr_in bindin;
     int len;

mercurial