src/protocols/zephyr/ZSendPkt.c

changeset 7475
987384816492
parent 2419
beb509dd2935
child 8792
b0645c9dc276
--- a/src/protocols/zephyr/ZSendPkt.c	Tue Nov 11 05:57:24 2003 +0000
+++ b/src/protocols/zephyr/ZSendPkt.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,1991 by the Massachusetts Institute of Technology.
  *	For copying and distribution information, see the file
@@ -38,7 +38,7 @@
 	return (ZERR_PKTLEN);
     
     if (ZGetFD() < 0)
-	if ((retval = ZOpenPort((u_short *)0)) != ZERR_NONE)
+	if ((retval = ZOpenPort((unsigned short *)0)) != ZERR_NONE)
 	    return (retval);
 
     dest = ZGetDestAddr();

mercurial