[16012] in Athena Bugs

home help back first fref pref prev next nref lref last post

zephyr tree

daemon@ATHENA.MIT.EDU (Kev)
Mon Jul 6 02:46:10 1998

From: Kev <klmitch@MIT.EDU>
To: bugs@MIT.EDU
Date: Mon, 06 Jul 1998 02:46:04 EDT

in clients/zctl/zctl.c, there is a call to ss_listen() with two arguments:

        ss_listen(sci_idx,&code);

however, ss/listen.c says:

int ss_listen (sci_idx)
    int sci_idx;
{
...

this looks to me like a slight bug to me; inconsistency in the tree?
something I'm missing?  This patch should fix it:

--- zctl.c.orig Mon Sep 15 00:02:59 1997
+++ zctl.c Mon Jul  6 02:33:44 1998
@@ -135,7 +135,7 @@
               ZVERSIONHDR,
               ZVERSIONMAJOR,ZVERSIONMINOR);
 
-       ss_listen(sci_idx,&code);
+       ss_listen(sci_idx);
        exit(0);
 }
 

Reference tree was from /mit/source
-- 
Kevin L. Mitchell <klmitch@mit.edu>
-------------------------  -. .---- --.. ..- -..-  -------------------------
http://web.mit.edu/klmitch/www/           (PGP Key AE87D37D availiable here)
              DE EA 1E 99 3F 2B F9 23  A0 D8 05 E0 6F BA B9 D2


home help back first fref pref prev next nref lref last post